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.
1 parent 0ab4ccd commit e4af8a0Copy full SHA for e4af8a0
.huskyrc
@@ -1,6 +1,6 @@
1
{
2
"hooks": {
3
"pre-commit": "lint-staged",
4
- "commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS"
+ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
5
}
6
package.json
@@ -93,6 +93,7 @@
93
"@semantic-release/git": "^7.0.6",
94
"@semantic-release/npm": "^5.1.2",
95
"commitizen": "^3.0.7",
96
+ "commitlint": "^7.5.2",
97
"coveralls": "^3.0.0",
98
"cucumber": "^4.0.0",
99
"cz-conventional-changelog": "2.1.0",
0 commit comments