Skip to content

Commit 5bd820f

Browse files
committed
chore(git): Update pre-commit hook
1 parent 90c36da commit 5bd820f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.husky/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pnpm run staged
2-
pnpm run lint:types
1+
pnpm lint:types
2+
pnpm lint-staged
33
git update-index --again

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"scripts": {
4141
"lint:types": "tsc --project tsconfig.json --noEmit",
4242
"lint": "biome lint --write --no-errors-on-unmatched . && pnpm lint:types",
43-
"staged": "lint-staged",
4443
"coverage": "c8 pnpm test",
4544
"ci": "c8 pnpm test && c8 report --reporter=json",
4645
"build": "pnpm exec del-cli lib && pnpm exec tsup",

0 commit comments

Comments
 (0)