Skip to content

Commit

Permalink
fix(core): load .env after .env.local
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Aug 21, 2023
1 parent 2e1bccd commit 50b02b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/tasks-runner/forked-process-task-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@ export class ForkedProcessTaskRunner {
`.${task.target.target}.env`,

// Load base DotEnv Files at workspace root
`.env`,
`.local.env`,
`.env.local`,
`.env`,
];

for (const file of dotEnvFiles) {
Expand Down

0 comments on commit 50b02b8

Please sign in to comment.