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 6fc2f3a commit 664ee77Copy full SHA for 664ee77
.github/workflows/build-demos.yml
@@ -47,3 +47,15 @@ jobs:
47
run: |
48
pnpm install --no-frozen-lockfile
49
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
60
61
0 commit comments