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 cdbe97b commit 5f1836bCopy full SHA for 5f1836b
.github/workflows/ci.yml
@@ -27,9 +27,6 @@ jobs:
27
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
@@ -37,7 +37,7 @@ const params = {
37
minifyWXSS: true,
38
codeProtect: false,
39
autoPrefixWXSS: true,
40
- ignoreUploadUnusedFiles: true,
+ ignoreUploadUnusedFiles: true
41
},
42
}
43
await ci.packNpm(project, {})
0 commit comments