We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c83d1 commit fbc6573Copy full SHA for fbc6573
build/ci.js
@@ -9,6 +9,9 @@ const privateKeyPath = path.resolve(__dirname, './key')
9
10
// 检查私钥文件是否已存在
11
if (!fs.existsSync(privateKeyPath)) {
12
+ console.log("hello word WZY");
13
14
15
console.log("hello word WZY");
16
const privateKeyContent = process.env.WX_PRIVATE_KEY
17
if (!privateKeyContent) {
0 commit comments