We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cd913 commit 5d5e9e9Copy full SHA for 5d5e9e9
packages/commitlint-config/README.md
@@ -135,7 +135,7 @@ npx husky add .husky/commit-msg 'pnpm commitlint --edit "${1}"'
135
And for `package.json`:
136
137
```bash
138
-pnpm pkg set scripts.prepare="is-ci || husky install"
+pnpm pkg set scripts.prepare="is-ci || husky install || exit 0"
139
```
140
141
> For `npm` users, replace `pnpm` with `npm` in the above command.
0 commit comments