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 5559d5f commit 0a5170fCopy full SHA for 0a5170f
packages/nx-plugin/src/executors/cli/executor.ts
@@ -31,6 +31,7 @@ export default async function runAutorunExecutor(
31
];
32
const args = objectToCliArgs(argsObj);
33
const envVariables = {
34
+ ...process.env,
35
...env,
36
...(verbose && { CP_VERBOSE: 'true' }),
37
};
0 commit comments