feat: 优化打包 教研

This commit is contained in:
2026-08-26 15:32:14 +08:00
parent 8c317d5b84
commit a581f64ccb
+1 -1
View File
@@ -9,7 +9,7 @@
"serve:prod": "vite --mode production", "serve:prod": "vite --mode production",
"build:dev": "vue-tsc --noEmit && vite build --mode development", "build:dev": "vue-tsc --noEmit && vite build --mode development",
"build:test": "vue-tsc --noEmit && vite build --mode test", "build:test": "vue-tsc --noEmit && vite build --mode test",
"build:prod": "vue-tsc --noEmit && vite build --mode production", "build:prod": "vite build --mode production",
"test": "vitest", "test": "vitest",
"test:run": "vitest run", "test:run": "vitest run",
"test:coverage": "vitest run --coverage", "test:coverage": "vitest run --coverage",