Skip to content

Commit

Permalink
chore(husky): update hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Sep 29, 2024
1 parent fca7f53 commit 67b364c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm commitlint --edit $1
#pnpm commitlint --edit $1
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm lint-staged --concurrent false

0 comments on commit 67b364c

Please sign in to comment.