cz-cli
cz-cli copied to clipboard
editor appears after running the interactive
I'm using a husky hook and I'm having problems.
my file prepare-commit-msg in the husky folder looks like this:
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
exec < /dev/tty && npx cz --hook
https://user-images.githubusercontent.com/4589909/124663665-c2c80280-de80-11eb-9247-73969244371e.mp4
i have the same isuue !