From 58104fea49bd990c0992dc65fabe5820999a3646 Mon Sep 17 00:00:00 2001 From: crccheck Date: Sun, 19 Feb 2017 03:20:38 -0600 Subject: [PATCH] fix script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6b66b7..b6a0b86 100644 --- a/package.json +++ b/package.json @@ -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"