Skip to content

Commit

Permalink
Fix not overriding config options with -c
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLeiter committed Jun 22, 2021
1 parent 53b7c46 commit 6b852d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command-line/index.js
Expand Up @@ -34,7 +34,7 @@ try {
createPackagesFolder();

// 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");

Expand Down

0 comments on commit 6b852d1

Please sign in to comment.