We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ecab8e commit 2ff1719Copy full SHA for 2ff1719
1 file changed
package.json
@@ -19,7 +19,7 @@
19
"test:ui": "vitest --ui --api 9527",
20
"test:cov": "vitest run --coverage",
21
"typecheck": "tsc",
22
- "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",
23
"check": "biome check .",
24
"check:fix": "biome check --fix .",
25
"check:unused": "knip"
@@ -77,4 +77,4 @@
77
"engines": {
78
"node": ">=20.0.0"
79
}
80
-}
+}
0 commit comments