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

5 lines
83 B
Bash

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