We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e120e3b commit 5bab88eCopy full SHA for 5bab88e
1 file changed
packages/nx-plugin/src/executors/cli/executor.ts
@@ -25,6 +25,7 @@ export default async function runAutorunExecutor(
25
);
26
const { dryRun, verbose, command, bin, ...args } = cliArgumentObject;
27
const executorEnvVariables = {
28
+ ...process.env,
29
...(verbose && { CP_VERBOSE: 'true' }),
30
};
31
const commandString = createCliCommandString({
0 commit comments