prepare-commit-msg 97 B

1234
  1. #!/bin/sh
  2. . "$(dirname "$0")/_/husky.sh"
  3. exec < /dev/tty && node_modules/.bin/cz --hook || true