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 e72156b commit 73e44c5Copy full SHA for 73e44c5
packages/nx-plugin/src/executors/cli/executor.ts
@@ -24,7 +24,7 @@ export default async function runCliExecutor(
24
dryRun,
25
env: executorEnv,
26
bin,
27
- projectPrefix, // @TODO do not forward to CLI. Handle in plugin logic only
+ projectPrefix, // Do not forward to CLI, it is handled plugin logic only
28
...restArgs
29
} = parseCliExecutorOptions(terminalAndExecutorOptions, normalizedContext);
30
// this sets `CP_VERBOSE=true` on process.env
0 commit comments