Skip to content

Commit 5f1836b

Browse files
author
v_guanglwen
committed
feat: 测测测测
1 parent cdbe97b commit 5f1836b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
2828
- name: Install dependencies
2929
run: npm install
30-
31-
- name: Run package script
32-
run: npm run init
3330

3431
- name: Upload MiniProgram
3532
env:

build/ci.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const params = {
3737
minifyWXSS: true,
3838
codeProtect: false,
3939
autoPrefixWXSS: true,
40-
ignoreUploadUnusedFiles: true,
40+
ignoreUploadUnusedFiles: true
4141
},
4242
}
4343
await ci.packNpm(project, {})

0 commit comments

Comments
 (0)