refactor(scripts): 调整 all 脚本命令中任务执行顺序 [skip ci]
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
}
|
||||
},
|
||||
"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",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
"build-only": "vite build",
|
||||
|
||||
Reference in New Issue
Block a user