From 6ad4f68d6db8aa4a7f0ba0dadae38b71205d3c2d Mon Sep 17 00:00:00 2001 From: Nick Tomlin Date: Sun, 13 Jan 2019 17:47:27 -0800 Subject: [PATCH] chore: Update semantic release command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6561ceb..a1e8bd4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "test:dev": "mocha --watch --opts test/unit/mocha.opts", "build": "tsc", "prepare": "npm run build", - "semantic-release": "semantic-release pre && npm publish && semantic-release post" + "semantic-release": "semantic-release" }, "bin": "./bin/protractor-flake", "author": "Nick Tomlin",