perf: 并行化前端单测并缩短 CI 关键路径 (#690)

This commit is contained in:
InfinityPacer
2026-08-20 20:02:24 +08:00
committed by GitHub
parent aef379f3ec
commit 3d1361281d
7 changed files with 138 additions and 17 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"generate:pwa-splash": "node scripts/generate-pwa-splash.mjs",
"preview": "vite preview --port 5050",
"test": "vitest",
"test:run": "vitest run",
"test:run": "node scripts/run-tests.mjs",
"test:coverage": "vitest run --coverage",
"test:lint-config": "vitest run tests/config/eslint-config.spec.ts",
"typecheck": "vue-tsc --noEmit",