From dd3d8fee6219346860c167ecba9827e6178930d8 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Thu, 8 Aug 2019 12:42:37 +0530 Subject: [PATCH] Remove changelog cmd from npm version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f6c3e3..cd46ed7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "test:umd": "jest --config ./scripts/jest/config.umd.js", "test:umdprod": "jest --config ./scripts/jest/config.umdprod.js", "test:src:debug": "node --inspect ./node_modules/jest/bin/jest.js --config ./scripts/jest/config.src.js", - "version": "run-s test changelog authors && git add ." + "version": "run-s test authors && git add ." }, "husky": { "hooks": {