Skip to content

Commit

Permalink
Fix CHANGELOG generation in preversion script now that an npm env var…
Browse files Browse the repository at this point in the history
… changed
  • Loading branch information
papandreou committed Jul 9, 2022
1 parent 9660ef3 commit 03c7832
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 @@ -39,7 +39,7 @@
"test:ci": "npm run coverage",
"coverage": "nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html",
"prepublishOnly": "browserify -p bundle-collapser/plugin -e lib/magicPenMedia -s magicPenMedia > magicPenMedia.min.js",
"preversion": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
"preversion": "offline-github-changelog --next=${npm_new_version} > CHANGELOG.md && git add CHANGELOG.md"
},
"dependencies": {
"gettemporaryfilepath": "^1.0.0",
Expand Down

0 comments on commit 03c7832

Please sign in to comment.