diff --git a/package.json b/package.json index 521c4c0..b5754af 100644 --- a/package.json +++ b/package.json @@ -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",