Fix not overriding config options with -c
This commit is contained in:
parent
53b7c46e69
commit
6b852d14c8
@ -34,7 +34,7 @@ try {
|
|||||||
createPackagesFolder();
|
createPackagesFolder();
|
||||||
|
|
||||||
// Merge config key-values passed as CLI options into the main config
|
// Merge config key-values passed as CLI options into the main config
|
||||||
Helper.mergeConfig(Helper.config, program.config);
|
Helper.mergeConfig(Helper.config, program.opts().config);
|
||||||
|
|
||||||
require("./start");
|
require("./start");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user