From 24b9763da5f39739889785f5f1f4b866abad6560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Tenorio=20Forn=C3=A9s?= Date: Tue, 13 Jun 2017 12:58:52 +0200 Subject: [PATCH] move webpack to prepublish script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d1fe4a3..ec8d32e6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { "test": "grunt jshint && mocha test/ --no-timeouts", - "install": "webpack" + "prepublish": "webpack" }, "bin": { "embark": "./bin/embark"