diff --git a/package.json b/package.json index cf23fd1..3e89b38 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "test:ui": "vitest --ui --api 9527", "test:cov": "vitest run --coverage", "typecheck": "tsc", - "validate": "npm run typecheck && npm run lint && npm run test && npm run knip", + "validate": "npm run typecheck && npm run check && npm run test && npm run check:unused", "check": "biome check .", "check:fix": "biome check --fix .", "check:unused": "knip" @@ -77,4 +77,4 @@ "engines": { "node": ">=20.0.0" } -} +} \ No newline at end of file