发布

  • fix(core): make sure env vars specified in run-commands envFile option take priority over other loaded env files (#27583)

    frostbyte_neo 发布于 2024-08-27 17:05:47 +00:00

    Current Behavior

    When you specify the envFile property on a nx:run-commands executor,
    values in that file don't override values from other loaded env files
    (like .env and others that are loaded by the task runner).

    Expected Behavior

    envFile contents should take precedence. The properties specified in
    the env option should still override this.

    Related Issue(s)

    Fixes #

    下载附件