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"