mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-02 10:25:21 +00:00
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…
x
Reference in New Issue
Block a user