From 929e6c0c68130811c7a4fce0a71adfbb62c1293a Mon Sep 17 00:00:00 2001 From: vslutov Date: Mon, 4 Mar 2019 05:39:22 +0300 Subject: [PATCH] build(package.json): remove postpublish trigger --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 3b6cd75..bc371ae 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,7 @@ "cz": "git-cz", "cover": "nyc ava && nyc report --reporter=text-lcov | coveralls", "remark": "remark . .github", - "prepublishOnly": "npm install && npm run clean && npm test && npm run build && npm prune --production && npm dedupe && npm shrinkwrap", - "postversion": "npm install" + "prepublishOnly": "npm install && npm run clean && npm test && npm run build && npm prune --production && npm dedupe && npm shrinkwrap" }, "repository": { "type": "git",