if my `package.json` includes such `config` field: ```json "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.