Skip to content

Commit fbc6573

Browse files
author
wzy
committed
feat: 测试-two--wzy
1 parent 13c83d1 commit fbc6573

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/ci.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ const privateKeyPath = path.resolve(__dirname, './key')
99

1010
// 检查私钥文件是否已存在
1111
if (!fs.existsSync(privateKeyPath)) {
12+
console.log("hello word WZY");
13+
console.log("hello word WZY");
14+
console.log("hello word WZY");
1215
console.log("hello word WZY");
1316
const privateKeyContent = process.env.WX_PRIVATE_KEY
1417
if (!privateKeyContent) {

0 commit comments

Comments
 (0)