cz-cli
cz-cli copied to clipboard
precommit's ignored when using git cz
As far as I can see all precommits are ignored when using cz. I have setup using husky and using lint-staged.
If you run git commit you will see the hooks run, but if you run git cz it will only run the lint-staged once you have finished with the promoter.
I have setup a repo which reproduced the error: https://github.com/hutber/cztest
Anybody had a chance to look at this btw? Having the same issue again
Was this ever solved ?
up