From 169a818306308868fdf8a98bf1065d287281da81 Mon Sep 17 00:00:00 2001 From: fletcherist Date: Sun, 8 Jul 2018 09:46:53 +0300 Subject: [PATCH] fix: package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index ffde84a..2b43359 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,8 @@ "test": "jest", "dev": "tsc -w", "build": "tsc", - "version": "npm run changelog && git add CHANGELOG.md", + "version": "npm run changelog && git add CHANGELOG.md && conventional-github-releaser -p angular", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", - "release": "conventional-github-releaser -p angular", "deploy": "tsc && git push --follow-tags origin master && npm publish" }, "repository": {