Skip to content

Commit

Permalink
disable format on git hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
riipandi committed Mar 24, 2024
1 parent f4c95af commit 8c449c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm format
pnpm lint
pnpm test

Expand Down

0 comments on commit 8c449c7

Please sign in to comment.