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 9f22f20 commit b955d48Copy full SHA for b955d48
.github/workflows/ci.yml
@@ -28,6 +28,8 @@ jobs:
28
- name: Install dependencies
29
run: npm install
30
31
+ - name: Run package script
32
+ run: npm run init
33
34
- name: Upload MiniProgram
35
env:
build/ci.js
@@ -22,7 +22,7 @@ const project = new ci.Project({
22
type: 'miniProgram',
23
projectPath: path.resolve(__dirname, '../'),
24
privateKeyPath: path.resolve(__dirname, './key'),
25
- // ignores: [path.resolve(__dirname, '../miniprogram/node_modules/**/*')]
+ ignores: [path.resolve(__dirname, '../miniprogram/node_modules/**/*')]
26
})
27
const robotNumber = 2
const params = {
0 commit comments