Skip to content

Commit e3518d6

Browse files
committed
fix: correct scoped path for commitizen binary
closes #25
1 parent 0b35ed8 commit e3518d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path');
44
const bootstrap = require('commitizen/dist/cli/git-cz').bootstrap;
55

66
bootstrap({
7-
cliPath: path.join(__dirname + '/../../node_modules/commitizen'),
7+
cliPath: path.join(__dirname + '/../../../node_modules/commitizen'),
88
// this is new
99
config: {
1010
"path": "cz-conventional-changelog"

0 commit comments

Comments
 (0)