Skip to content

Commit cceda59

Browse files
committed
fix(commitizen): work around commitizen/cz-conventional-changelog#113
1 parent 75c85b9 commit cceda59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"config": {
3131
"commitizen": {
32-
"path": "cz-conventional-changelog"
32+
"path": "./node_modules/cz-conventional-changelog"
3333
}
3434
},
3535
"ava": {

0 commit comments

Comments
 (0)