From 7a8f182034c94ed9c23b2230b03d735a3032c585 Mon Sep 17 00:00:00 2001 From: Homa Wong Date: Thu, 4 Jan 2018 13:03:16 -0800 Subject: [PATCH] Chore: fix sem ver --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 247aad4..b8fa0a5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test": "npm run clean && tsc && ava", "verify": "npm run lint && npm run coverage && npm run build && npm run dependency-check", "watch": "npm run clean && node scripts/watch.js", - "semantic-release": "semantic-release pre && npm publish && semantic-release post" + "semantic-release": "semantic-release" }, "license": "MIT", "repository": {