Skip to content

Commit

Permalink
chore: fix husky hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Jan 5, 2025
1 parent 4a1db5c commit afd5920
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
4 changes: 0 additions & 4 deletions .husky/post-merge

This file was deleted.

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

npx --no-install lint-staged

0 comments on commit afd5920

Please sign in to comment.