Skip to content

Commit

Permalink
feat: do not throw when missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 16, 2024
1 parent c3af272 commit 81c7d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/release-it-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
`npx auto-changelog -c ${changelogConfig} -p`,
'npx prettier CHANGELOG.md --write',
'git add CHANGELOG.md',
'npm run bump',
'npm run bump || echo "Missing script"',
],
'after:release':
'echo Successfully released ${name} v${version} to ${repo.repository}.',
Expand Down

0 comments on commit 81c7d48

Please sign in to comment.