Skip to content

Commit 00ec9f0

Browse files
committed
fix: use bun run check instead of auto-fixing in pre-commit
1 parent bf1552d commit 00ec9f0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.husky/pre-commit

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
oxfmt src/ test/
2-
git add -u
3-
bun run lint
4-
bun x tsc --noEmit
1+
bun run check

0 commit comments

Comments
 (0)