cz-cli
cz-cli copied to clipboard
Can i disable the husky pre-commit hooks with --no-verify?
I'm using npx git-cz for committing but is there a way to disable running husky pre-commit hooks? if i use normal git commands, i used to do git commit -m "" --no-verify I'm looking for this equivalent in git-cz
has the same request