ts-npm-package-template/.husky/prepare-commit-msg

5 lines
83 B
Plaintext
Raw Normal View History

2024-06-04 11:27:36 +00:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
exec < /dev/tty && git cz --hook || true