Skip to content

Commit aa1bacd

Browse files
committed
ci: update uniapp script
1 parent eebe383 commit aa1bacd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-demos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
working-directory: ./demos/with-uniapp-vue3
5959
run: |
6060
pnpm install --no-frozen-lockfile
61-
pnpm run build
61+
pnpm run build:h5
6262
6363
- name: Build with-uniapp-vue2
6464
working-directory: ./demos/with-uniapp-vue2
6565
run: |
6666
pnpm install --no-frozen-lockfile
67-
pnpm run build
67+
pnpm run build:h5

0 commit comments

Comments
 (0)