📝 去除 demo.

This commit is contained in:
lijiahang
2024-12-19 11:26:32 +08:00
parent 7fb17a173e
commit b2341ce62e
7 changed files with 1 additions and 13 deletions

View File

@@ -9,10 +9,8 @@
"dev": "vite --config ./config/vite.config.dev.ts",
"dev:host": "vite --config ./config/vite.config.dev.ts --host",
"build": "vue-tsc --noEmit && vite build --config ./config/vite.config.prod.ts",
"build:demo": "cross-env VITE_DEMO_MODE=true npm run build",
"report": "cross-env REPORT=true npm run build",
"preview": "npm run build && vite preview --host",
"preview:demo": "npm run build:demo && vite preview --host",
"type:check": "vue-tsc --noEmit --skipLibCheck",
"lint-staged": "npx lint-staged"
},