We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
if my package.json includes such config field:
package.json
config
"config": { "commitizen": { "path": "./node_modules/cz-customizable" } }
If I run npm-run-all script with pnpm , It would print Unknown option: 'xxxx:commitizen_path' in terminal, and exit with code 1.
pnpm