From 3ec2522f0b99c958400d14162bb5c6b9a74a013d Mon Sep 17 00:00:00 2001 From: hitmands - Giuseppe Mandato Date: Wed, 24 Jan 2018 10:32:26 +0000 Subject: [PATCH] fix(git flow): rm npm publish since we deploy via travis-ci --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c541671e..6fb63023 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "build": "NODE_ENV=production npm run webpack", "webpack": "webpack --config webpack.config.js", "cz": "git-cz", - "release": "standard-version && git push --follow-tags origin master && npm publish" + "release": "standard-version && git push --follow-tags origin master" }, "repository": { "type": "git",