Skip to content

Commit b955d48

Browse files
author
v_guanglwen
committed
feat: 测
1 parent 9f22f20 commit b955d48

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: Install dependencies
2929
run: npm install
3030

31+
- name: Run package script
32+
run: npm run init
3133

3234
- name: Upload MiniProgram
3335
env:

build/ci.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const project = new ci.Project({
2222
type: 'miniProgram',
2323
projectPath: path.resolve(__dirname, '../'),
2424
privateKeyPath: path.resolve(__dirname, './key'),
25-
// ignores: [path.resolve(__dirname, '../miniprogram/node_modules/**/*')]
25+
ignores: [path.resolve(__dirname, '../miniprogram/node_modules/**/*')]
2626
})
2727
const robotNumber = 2
2828
const params = {

0 commit comments

Comments
 (0)