We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6146f commit a8af1dcCopy full SHA for a8af1dc
package.json
@@ -69,7 +69,7 @@
69
"test": "mocha",
70
"test:ci": "npm run coverage",
71
"coverage": "NODE_ENV=development nyc --reporter=lcov --reporter=text --all -- mocha && echo google-chrome coverage/lcov-report/index.html",
72
- "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"
73
},
74
"nyc": {
75
"include": [
0 commit comments