We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfb288 commit 4c86cd0Copy full SHA for 4c86cd0
1 file changed
.github/workflows/ci-weapp.yml
@@ -31,5 +31,8 @@ jobs:
31
- name: Install dependencies
32
run: pnpm install --frozen-lockfile
33
34
+ - name: Build workspace packages
35
+ run: pnpm build:pkg
36
+
37
- name: Upload weapp dev build
38
run: pnpm -C apps/sample-weapp run upload
0 commit comments