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
|
@ -143,7 +143,8 @@ var Embark = (function () {
|
|||
if (pluginList.length > 0) {
|
||||
engine.logger.info("loaded plugins: " + pluginList.join(", "));
|
||||
}
|
||||
|
||||
|
||||
engine.startService("web3");
|
||||
engine.startService("pipeline");
|
||||
engine.startService("abi");
|
||||
engine.startService("deployment");
|
||||
|
|
Loading…
Reference in New Issue