Skip to content

Commit

Permalink
chore: remove unnecessary husky code (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor authored Jan 13, 2025
1 parent 92e0635 commit 85b499b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 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"

npx --no-install 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"

npx lint-staged
3 changes: 0 additions & 3 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

if [ "$NO_HOOK" != "1" ]; then
exec < /dev/tty && npx czg --hook || true
fi

0 comments on commit 85b499b

Please sign in to comment.