mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-25 21:18:51 +00:00
move webpack to prepublish script
This commit is contained in:
parent
351b81e696
commit
24b9763da5
@ -4,7 +4,7 @@
|
|||||||
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt jshint && mocha test/ --no-timeouts",
|
"test": "grunt jshint && mocha test/ --no-timeouts",
|
||||||
"install": "webpack"
|
"prepublish": "webpack"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"embark": "./bin/embark"
|
"embark": "./bin/embark"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user