Skip to content

Commit 4dd4009

Browse files
author
John Doe
committed
refactor: exclude param from CLI execution
1 parent 0ba5155 commit 4dd4009

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
@@ -24,6 +24,7 @@ export default async function runCliExecutor(
2424
dryRun,
2525
env: executorEnv,
2626
bin,
27+
projectPrefix, // @TODO do not forward to CLI. Handle in plugin logic only
2728
...restArgs
2829
} = parseCliExecutorOptions(terminalAndExecutorOptions, normalizedContext);
2930
// this sets `CP_VERBOSE=true` on process.env

0 commit comments

Comments
 (0)