Skip to content

Commit 5bab88e

Browse files
author
John Doe
committed
refactor: wip
1 parent e120e3b commit 5bab88e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default async function runAutorunExecutor(
2525
);
2626
const { dryRun, verbose, command, bin, ...args } = cliArgumentObject;
2727
const executorEnvVariables = {
28+
...process.env,
2829
...(verbose && { CP_VERBOSE: 'true' }),
2930
};
3031
const commandString = createCliCommandString({

0 commit comments

Comments
 (0)