Skip to content

Commit d400fa0

Browse files
author
John Doe
committed
refactor: wip
1 parent 6c48309 commit d400fa0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export default async function runAutorunExecutor(
1919
dryRun,
2020
verbose,
2121
command: cliCommand,
22-
env: targetEnv,
2322
bin,
2423
...argsObj
2524
} = terminalAndExecutorOptions;
@@ -30,7 +29,6 @@ export default async function runAutorunExecutor(
3029
];
3130
const args = objectToCliArgs(argsObj);
3231
const executorEnvVariables = {
33-
...targetEnv,
3432
...(verbose && { CP_VERBOSE: 'true' }),
3533
};
3634
const binString = `${command} ${positionals.join(' ')} ${args.join(' ')}`;

0 commit comments

Comments
 (0)