start the web3 service for the build task so that contracts can be deployed

This commit is contained in:
roo2 2017-03-21 18:22:16 +10:00
parent 5fa32754fb
commit 2a39290158
1 changed files with 2 additions and 1 deletions

View File

@ -143,7 +143,8 @@ var Embark = (function () {
if (pluginList.length > 0) { if (pluginList.length > 0) {
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");