Skip to content

Commit a35f427

Browse files
author
John Doe
committed
refactor: wip
1 parent 6e64a0b commit a35f427

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/nx-plugin/src/executors/cli/executor.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ export default async function runAutorunExecutor(
4444
await executeProcess({
4545
command,
4646
args: [...positionals, ...args],
47-
env: {
48-
...process.env,
49-
...executorEnvVariables,
50-
},
5147
...(cwd ? { cwd } : {}),
5248
});
5349
} catch (error) {

0 commit comments

Comments
 (0)