Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Feb 19, 2017
1 parent e54e72d commit 58104fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "istanbul cover _mocha",
"tdd": "mocha --watch --reporter dot --bail",
"travisci": "npm run test -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
"changelog": "changelog-maker"
"changelog": "echo -e \"$(changelog-maker && cat CHANGELOG.md)\" > CHANGELOG.md"
},
"bin": {
"kinesis-console-consumer": "./cli.js"
Expand Down

0 comments on commit 58104fe

Please sign in to comment.