fix(scripts): 修复 _all 脚本的并行执行方式 [skip ci]

This commit is contained in:
严浩
2025-10-28 11:20:31 +08:00
parent 8ed289a917
commit aa8e3467d3

View File

@@ -8,7 +8,7 @@
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"_all": "run-p build-only type-check lint format:prettier test:unit:DisableWatch",
"_all": "run-s build-only lint format:prettier type-check test:unit:DisableWatch",
"dev": "vite --port 4730 --host --strictPort",
"build": "run-p type-check \"build-only {@}\" --",
"build-only": "vite build",