Open
Description
This part of README has this:
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && npx cz --hook || true"
}
}
But this hook does not work. When I use git commit
- I get default behavior
If I put this in .husky/prepare-commit-msg:
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
exec < /dev/tty && npx cz --hook || true
And run git commit
it works but after commitizen I see result commit in nano. How to fix this?
Metadata
Metadata
Assignees
Labels
No labels