From f0ae740e45fc991a64f29266e63922fcf476a85e Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 11 Aug 2018 14:04:29 +0200 Subject: [PATCH] :wrench: Removed prepublish script as npm run major/minor/patch handles that --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 3ea658786e8..51350d37880 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "unpkg": "dist/browser.js", "module": "dist/index.mjs", "scripts": { - "prepublish": "npm run build", "patch": "npm version patch -m ':bookmark: v%s' && npm run build", "minor": "npm version minor -m ':bookmark: v%s' && npm run build", "major": "npm version major -m ':bookmark: v%s' && npm run build",