Skip to content

Commit 2419768

Browse files
committed
ci(package.json): Update Commitizen script
Change from czConfig to config.commitizen per the docs
1 parent a5aa802 commit 2419768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"config": {
2929
"ghooks": {
3030
"pre-commit": "yarn test:single"
31+
},
32+
"commitizen": {
33+
"path": "node_modules/cz-conventional-changelog"
3134
}
3235
},
33-
"czConfig": {
34-
"path": "node_modules/cz-conventional-changelog"
35-
},
3636
"dependencies": {},
3737
"devDependencies": {
3838
"babel-core": "^6.26.3",

0 commit comments

Comments
 (0)