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 0e77386 commit b553e83Copy full SHA for b553e83
.github/workflows/ci.yml
@@ -27,7 +27,6 @@ jobs:
27
28
- name: Install dependencies
29
run: npm install
30
- npm i --save miniprogram-recycle-view
31
32
- name: Run package script
33
run: npm run init
build/ci.js
@@ -37,6 +37,7 @@ const params = {
37
autoPrefixWXSS: true
38
},
39
}
40
+await ci.packNpm(project, {})
41
ci.upload({
42
project,
43
...params
0 commit comments