mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 22:16:20 +00:00
fix(commands/graph): don't start blockchain node when generating graphs
This commit is contained in:
parent
80c80e9beb
commit
5fc9f076dd
@ -387,13 +387,10 @@ class EmbarkController {
|
||||
engine.startService("processManager");
|
||||
engine.startService("serviceMonitor");
|
||||
engine.startService("libraryManager");
|
||||
engine.startService("pipeline");
|
||||
engine.startService("deployment", {onlyCompile: true});
|
||||
engine.startService("web3");
|
||||
engine.startService("compiler");
|
||||
engine.startService("codeGenerator");
|
||||
engine.startService("graph");
|
||||
|
||||
engine.events.request('deploy:contracts', callback);
|
||||
engine.events.request('contracts:build', {}, callback);
|
||||
}
|
||||
], (err) => {
|
||||
if (err) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user