Skip to content

Commit 2ff1719

Browse files
committed
update
1 parent 2ecab8e commit 2ff1719

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:ui": "vitest --ui --api 9527",
2020
"test:cov": "vitest run --coverage",
2121
"typecheck": "tsc",
22-
"validate": "npm run typecheck && npm run lint && npm run test && npm run knip",
22+
"validate": "npm run typecheck && npm run check && npm run test && npm run check:unused",
2323
"check": "biome check .",
2424
"check:fix": "biome check --fix .",
2525
"check:unused": "knip"
@@ -77,4 +77,4 @@
7777
"engines": {
7878
"node": ">=20.0.0"
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)