devtools-bp/.husky/prepare-commit-msg
2023-06-04 11:38:27 +02:00

5 lines
123 B
Bash
Executable file

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
(exec < /dev/tty && node_modules/.bin/cz --hook) || true < /dev/null