mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-11 06:36:37 +00:00
remove use of initConfig
This commit is contained in:
parent
d045229687
commit
81c9eaf9e5
@ -336,10 +336,6 @@ class Cmd {
|
|||||||
.action(function(env, options) {
|
.action(function(env, options) {
|
||||||
checkDeps();
|
checkDeps();
|
||||||
i18n.setOrDetectLocale(options.locale);
|
i18n.setOrDetectLocale(options.locale);
|
||||||
embark.initConfig(env || 'development', {
|
|
||||||
embarkConfig: 'embark.json',
|
|
||||||
interceptLogs: false
|
|
||||||
});
|
|
||||||
embark.graph({
|
embark.graph({
|
||||||
env: env || 'development',
|
env: env || 'development',
|
||||||
logFile: options.logfile,
|
logFile: options.logfile,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user