Skip to content

Commit 1e845b7

Browse files
committed
refactor(changelog): Be a bit more specific with paths
1 parent 4b1326f commit 1e845b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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",
1313
"postversion": "git push && git push --tags",
14-
"changelog": "rm ./docs/CHANGELOG.md && changelog https://github.com/sebs/etherscan-api all > ./docs/CHANGELOG.md && git add ./docs/CHANGELOG.md && git commit . -m changelog",
14+
"changelog": "rm ./docs/CHANGELOG.md && changelog https://github.com/sebs/etherscan-api all > ./docs/CHANGELOG.md && git add ./docs/CHANGELOG.md && git commit ./docs/CHANGELOG.md -m changelog",
1515
"build": "npm run test && npm run docs"
1616
},
1717
"keywords": [

0 commit comments

Comments
 (0)