change prepublish scrpt to prepare

This commit is contained in:
Antonio Tenorio Fornés 2017-06-21 17:48:26 +02:00
parent c3a915e80c
commit 5b609411fb
1 changed files with 1 additions and 1 deletions

View File

@ -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"