We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e64a0b commit a35f427Copy full SHA for a35f427
packages/nx-plugin/src/executors/cli/executor.ts
@@ -44,10 +44,6 @@ export default async function runAutorunExecutor(
44
await executeProcess({
45
command,
46
args: [...positionals, ...args],
47
- env: {
48
- ...process.env,
49
- ...executorEnvVariables,
50
- },
51
...(cwd ? { cwd } : {}),
52
});
53
} catch (error) {
0 commit comments