Skip to content

Commit 3396d5c

Browse files
authored
ci: run vite build to test playground (#2624)
1 parent 937585c commit 3396d5c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci-v3.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,8 @@ jobs:
6161
- name: Build
6262
run: pnpm run build
6363

64+
- name: Build vue fixture
65+
run: pnpm run test:vue:build
66+
6467
- name: Publish
6568
run: pnpx pkg-pr-new publish --compact --no-template --pnpm

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck docs && nuxi typecheck devtools && cd playground-vue && vue-tsc --noEmit",
6969
"test": "vitest",
7070
"test:vue": "vitest -c vitest.vue.config.ts",
71+
"test:vue:build": "vite build playground-vue",
7172
"release": "release-it --preRelease=alpha --npm.tag=next"
7273
},
7374
"dependencies": {

0 commit comments

Comments
 (0)