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 937585c commit 3396d5cCopy full SHA for 3396d5c
.github/workflows/ci-v3.yml
@@ -61,5 +61,8 @@ jobs:
61
- name: Build
62
run: pnpm run build
63
64
+ - name: Build vue fixture
65
+ run: pnpm run test:vue:build
66
+
67
- name: Publish
68
run: pnpx pkg-pr-new publish --compact --no-template --pnpm
package.json
@@ -68,6 +68,7 @@
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck docs && nuxi typecheck devtools && cd playground-vue && vue-tsc --noEmit",
69
"test": "vitest",
70
"test:vue": "vitest -c vitest.vue.config.ts",
71
+ "test:vue:build": "vite build playground-vue",
72
"release": "release-it --preRelease=alpha --npm.tag=next"
73
},
74
"dependencies": {
0 commit comments