refactor(scripts): 调整 all 脚本命令中任务执行顺序 [skip ci]

This commit is contained in:
严浩
2025-11-10 00:04:34 +08:00
parent a9b916221c
commit 97009158e8

View File

@@ -13,7 +13,7 @@
} }
}, },
"scripts": { "scripts": {
"_all": "run-s lint format:prettier type-check test:unit:DisableWatch build-only", "all": "run-s lint format:prettier build-only type-check test:unit:DisableWatch",
"dev": "vite --port 4730 --host --strictPort", "dev": "vite --port 4730 --host --strictPort",
"build": "run-p type-check \"build-only {@}\" --", "build": "run-p type-check \"build-only {@}\" --",
"build-only": "vite build", "build-only": "vite build",