Skip to content

Commit 0a5170f

Browse files
author
John Doe
committed
refactor: wip
1 parent 5559d5f commit 0a5170f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export default async function runAutorunExecutor(
3131
];
3232
const args = objectToCliArgs(argsObj);
3333
const envVariables = {
34+
...process.env,
3435
...env,
3536
...(verbose && { CP_VERBOSE: 'true' }),
3637
};

0 commit comments

Comments
 (0)