File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"test" : " mocha -t 20000" ,
8
8
"posttest" : " npm run lint" ,
9
- "prerelease" : " npm run changelog" ,
10
9
"lint" : " jshint lib test" ,
11
10
"docs" : " jsdoc -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R ./Readme.md -u ./docs" ,
12
11
"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 " ,
14
13
"pages" : " node ./scripts/publish-gh.js" ,
15
14
"postversion" : " git push && git push --tags && npm run pages" ,
16
15
"changelog" : " rm ./docs/CHANGELOG.md && changelog https://github.com/sebs/etherscan-api all > ./docs/CHANGELOG.md && git add . && git commit . -m changelog" ,
You can’t perform that action at this time.
0 commit comments