Skip to content

Commit

Permalink
Merge pull request #57 from clockor2/cz
Browse files Browse the repository at this point in the history
feat: add cz back to pre-commit
  • Loading branch information
Wytamma committed Apr 9, 2024
2 parents b39859c + 5525f5d commit 1b952e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# Check if /dev/tty exists or is accessible
# TODO: Check if /dev/tty exists or is accessible
exec </dev/tty && node_modules/.bin/cz --hook || true

0 comments on commit 1b952e3

Please sign in to comment.