Skip to content

Commit 7aa98de

Browse files
committed
no pages
1 parent b9a649d commit 7aa98de

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
@@ -10,8 +10,7 @@
1010
"docs": "jsdoc -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R ./Readme.md -u ./docs",
1111
"bundle": "browserify index.js -s etherscanApi -o dist/bundle.js && git commit ./dist -m bundle && git push",
1212
"preversion": "npm run lint && npm run changelog",
13-
"pages": "node ./scripts/publish-gh.js",
14-
"postversion": "git push && git push --tags && npm run pages",
13+
"postversion": "git push && git push --tags",
1514
"changelog": "rm ./docs/CHANGELOG.md && changelog https://github.com/sebs/etherscan-api all > ./docs/CHANGELOG.md && git add . && git commit . -m changelog",
1615
"build": "npm run test && npm run docs"
1716
},

0 commit comments

Comments
 (0)