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 fbfdee3 commit c9ea2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"coverage": "NODE_ENV=development nyc --reporter=lcov --reporter=text --all -- mocha && echo google-chrome coverage/lcov-report/index.html",
"test": "mocha",
"test:ci": "npm run coverage",
"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"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c9ea2ca

Please sign in to comment.