Skip to content

Commit 664ee77

Browse files
committed
ci: add build with-next
1 parent 6fc2f3a commit 664ee77

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build-demos.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,15 @@ jobs:
4747
run: |
4848
pnpm install --no-frozen-lockfile
4949
pnpm run build
50+
51+
- name: Build with-next
52+
working-directory: ./demos/with-next
53+
run: |
54+
pnpm install --no-frozen-lockfile
55+
pnpm run build
56+
57+
- name: Build with-vue2.6
58+
working-directory: ./demos/with-vue2.6
59+
run: |
60+
pnpm install --no-frozen-lockfile
61+
pnpm run build

0 commit comments

Comments
 (0)