From d23eab51523dbde14b8613123dcef71ae04c54cf Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Thu, 23 Nov 2017 12:45:55 +0100 Subject: [PATCH] chore: remove semantic-release npm script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 22a625ba55..1bb5d35f2a 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,7 @@ "start": "node lib/renovate", "test-dirty": "git diff --exit-code", "test": "npm run prettier -- --list-different && npm run lint && npm run jest", - "update-docs": "bash bin/update-docs.sh", - "semantic-release": "semantic-release pre && npm publish && semantic-release post" + "update-docs": "bash bin/update-docs.sh" }, "repository": { "type": "git", -- GitLab