mirror of https://github.com/embarklabs/embark.git
change prepublish scrpt to prepare
This commit is contained in:
parent
c3a915e80c
commit
5b609411fb
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue