remove checkDeps for scaffold
This commit is contained in:
parent
b1da43a684
commit
2b75cfd089
|
@ -359,7 +359,6 @@ class Cmd {
|
||||||
}, {});
|
}, {});
|
||||||
}
|
}
|
||||||
|
|
||||||
checkDeps();
|
|
||||||
i18n.setOrDetectLocale(options.locale);
|
i18n.setOrDetectLocale(options.locale);
|
||||||
options.env = 'development';
|
options.env = 'development';
|
||||||
options.logFile = options.logfile; // fix casing
|
options.logFile = options.logfile; // fix casing
|
||||||
|
|
Loading…
Reference in New Issue