mythix 2.5.6 → 2.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mythix",
3
- "version": "2.5.6",
3
+ "version": "2.5.7",
4
4
  "description": "Mythix is a NodeJS web-app framework",
5
5
  "main": "src/index",
6
6
  "scripts": {
@@ -478,7 +478,7 @@ async function executeCommand(_config, appOptions, commandContext, CommandKlass,
478
478
  args,
479
479
  {
480
480
  env: {
481
- NODE_ENV: commandContext.environment || '',
481
+ NODE_ENV: commandContext.environment || process.env.NODE_ENV,
482
482
  MYTHIX_RUNTIME: runtime,
483
483
  MYTHIX_CONFIG_PATH: configPath,
484
484
  MYTHIX_COMMAND_PATH: commandPath,