Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Sep 24, 2024
1 parent 2ecab8e commit 2ff1719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -77,4 +77,4 @@
"engines": {
"node": ">=20.0.0"
}
}
}

0 comments on commit 2ff1719

Please sign in to comment.