From bde62e4d2908830285c42f6f8ae6c3009da09b10 Mon Sep 17 00:00:00 2001 From: pyoor Date: Mon, 27 Aug 2018 19:26:57 -0400 Subject: [PATCH] Remove postinstall hook --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index a4e3f0b..d1e4f0d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ "build": "webpack -p", "watch": "webpack --watch", "precommit": "yarn lint", - "postinstall": "yarn build", "release": "np" }, "standard": {