Skip to content

Commit

Permalink
fix: only run lint since write is not part of commit
Browse files Browse the repository at this point in the history
  • Loading branch information
maalni committed Mar 29, 2024
1 parent 87403b0 commit 3ca1613
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm format && pnpm lint
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm lint

0 comments on commit 3ca1613

Please sign in to comment.