diff --git a/package.json b/package.json index 8fe27a7..e008c00 100644 --- a/package.json +++ b/package.json @@ -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",