From 5b609411fb8684eb66b80a0f99e5fb8fe4fa7cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Tenorio=20Forn=C3=A9s?= Date: Wed, 21 Jun 2017 17:48:26 +0200 Subject: [PATCH] change prepublish scrpt to prepare --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4962e66ba..eeaa61ba4 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", - "prepublish": "webpack" + "prepare": "webpack" }, "bin": { "embark": "./bin/embark"