ci: run vite build to test playground (#2624)

This commit is contained in:
Daniel Roe
2024-11-13 12:22:46 +01:00
committed by GitHub
parent 937585cb3f
commit 3396d5cebe
2 changed files with 4 additions and 0 deletions

View File

@@ -68,6 +68,7 @@
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck docs && nuxi typecheck devtools && cd playground-vue && vue-tsc --noEmit",
"test": "vitest",
"test:vue": "vitest -c vitest.vue.config.ts",
"test:vue:build": "vite build playground-vue",
"release": "release-it --preRelease=alpha --npm.tag=next"
},
"dependencies": {