Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
fix(index): commitizen call
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Nov 17, 2018
1 parent 2ee2b14 commit 4a334aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ switch (scriptName) {
case 'cz':
process.argv = []
runCommitizen({
cliPath: resolveInDir('./node_modules/commitizen'),
config: { path: resolveInDir('./node_modules/@commitlint/prompt') }
cliPath: './node_modules/commitizen',
config: { path: './node_modules/@commitlint/prompt' }
})
break
default:
Expand Down

0 comments on commit 4a334aa

Please sign in to comment.