Skip to content

Commit

Permalink
fix updating the changelog with npm (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetiss authored and Eunjae Lee committed Nov 22, 2019
1 parent 243b371 commit 75d9994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shipjs/src/step/prepare/updateChangelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default ({ config, firstRelease, releaseCount, dir, dryRun }) =>
.join(' ');
const execPath = path.resolve(
require.main.filename,
'../../node_modules/.bin/conventional-changelog'
'../../../../node_modules/.bin/conventional-changelog'
);
run({ command: `${execPath} ${args}`, dir, dryRun });
}
Expand Down

0 comments on commit 75d9994

Please sign in to comment.