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 27a6b70 commit f711a0fCopy full SHA for f711a0f
package.json
@@ -13,7 +13,7 @@
13
"dev": "vite",
14
"watch": "pnpm dev",
15
"play": "sh src/playground/configs/build.sh && NODE_ENV=playground vite",
16
- "build": "vue-tsc && vite build --config vite.build.config.ts",
+ "build": "vue-tsc && npm run test:deploy && vite build --config vite.build.config.ts",
17
"build:docs": "vite build",
18
"predeploy": "npm run build",
19
"deploy": "gh-pages -d docs",
0 commit comments