7d31a5c847
explicitly configuring commitizen with cz changelog fixes the issue, also its not strictly necessary to install cz globally this way
17 lines
285 B
JSON
17 lines
285 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"lerna": "^3.22.1"
|
|
},
|
|
"dependencies": {
|
|
"three": "^0.125.2"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|