From 7267455a00ccaa02452454ebca421c7da7addf27 Mon Sep 17 00:00:00 2001 From: nodkz Date: Thu, 6 Sep 2018 15:02:49 +0600 Subject: [PATCH] build: fix semantic-release command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed972d8..92a7371 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,6 @@ "watch": "jest --watch", "test": "npm run coverage && npm run lint && npm run flow", "flow": "flow", - "semantic-release": "semantic-release pre && npm publish && semantic-release post" + "semantic-release": "semantic-release" } }