prepare-commit-msg 86 B

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