mirror of https://github.com/embarklabs/embark.git
start the web3 service for the build task so that contracts can be deployed
This commit is contained in:
parent
5fa32754fb
commit
2a39290158
|
@ -144,6 +144,7 @@ var Embark = (function () {
|
||||||
engine.logger.info("loaded plugins: " + pluginList.join(", "));
|
engine.logger.info("loaded plugins: " + pluginList.join(", "));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
engine.startService("web3");
|
||||||
engine.startService("pipeline");
|
engine.startService("pipeline");
|
||||||
engine.startService("abi");
|
engine.startService("abi");
|
||||||
engine.startService("deployment");
|
engine.startService("deployment");
|
||||||
|
|
Loading…
Reference in New Issue