From e3518d6e531791ac6106247f8de95c5c5218c5d0 Mon Sep 17 00:00:00 2001 From: TED Vortex Date: Wed, 10 Nov 2021 21:11:06 +0200 Subject: [PATCH] fix: correct scoped path for commitizen binary closes #25 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 18bd261..0479ee5 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ const path = require('path'); const bootstrap = require('commitizen/dist/cli/git-cz').bootstrap; bootstrap({ - cliPath: path.join(__dirname + '/../../node_modules/commitizen'), + cliPath: path.join(__dirname + '/../../../node_modules/commitizen'), // this is new config: { "path": "cz-conventional-changelog"