Skip to content

Commit

Permalink
Merge pull request #26 from seegno-labs/bugfix/changelog-script
Browse files Browse the repository at this point in the history
Fix changelog script
  • Loading branch information
noslenfy authored May 14, 2019
2 parents e5f3980 + 3be1d75 commit 0ef9737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Seegno",
"main": "src",
"scripts": {
"changelog": "github_changelog_generator --no-issues --header-label='# Changelog' --future-release=v$npm_config_future_release && sed -i '' -e :a -e '$d;N;2,4ba' -e 'P;D' CHANGELOG.md",
"changelog": "github_changelog_generator --no-issues --header-label='# Changelog' --future-release=v$npm_config_future_release && sed -i '/github_changelog_generator/d' CHANGELOG.md",
"lint": "eslint .",
"lint-staged": "lint-staged",
"test": "jest",
Expand Down

0 comments on commit 0ef9737

Please sign in to comment.