Skip to content

Commit 46905da

Browse files
committed
changelog
1 parent 0fd871e commit 46905da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
"scripts": {
77
"test": "mocha -t 20000",
88
"posttest": "npm run lint",
9-
"prerelease": "npm run changelog",
109
"lint": "jshint lib test",
1110
"docs": "jsdoc -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R ./Readme.md -u ./docs",
1211
"bundle": "browserify index.js -s etherscanApi -o dist/bundle.js && git commit ./dist -m bundle && git push",
13-
"preversion": "npm run lint",
12+
"preversion": "npm run lint && npm run changelog",
1413
"pages": "node ./scripts/publish-gh.js",
1514
"postversion": "git push && git push --tags && npm run pages",
1615
"changelog": "rm ./docs/CHANGELOG.md && changelog https://github.com/sebs/etherscan-api all > ./docs/CHANGELOG.md && git add . && git commit . -m changelog",

0 commit comments

Comments
 (0)