move webpack to prepublish script

This commit is contained in:
Antonio Tenorio Fornés 2017-06-13 12:58:52 +02:00
parent 351b81e696
commit 24b9763da5
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",
"install": "webpack"
"prepublish": "webpack"
},
"bin": {
"embark": "./bin/embark"