From 1a7c08c16c6519312c87c802ac1ea13c73e27cf9 Mon Sep 17 00:00:00 2001 From: Christoph Diehl <1614333+posidron@users.noreply.github.com> Date: Tue, 20 Mar 2018 02:33:18 +0100 Subject: [PATCH] Remove unnecessary build step --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 7126e46..843b93e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mozillasecurity/octo", - "version": "1.0.4", + "version": "1.0.5", "description": "", "keywords": [ "fuzzing", @@ -26,7 +26,6 @@ "test:lint:fix": "cross-env NODE_ENV=test standard --fix --verbose", "build": "webpack -p", "watch": "webpack --watch", - "postinstall": "npm run build", "precommit": "npm run test:lint" }, "standard": {