Skip to content

Commit

Permalink
fix(actions-run-many): Remove output-style flag as Nx default is now …
Browse files Browse the repository at this point in the history
…better
  • Loading branch information
TriPSs committed Dec 14, 2024
1 parent 35b4758 commit fb7b494
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actions/run-many/src/utils/run-target.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export async function runTarget(
'npx nx run-many',
`--target=${target}`,
`--projects=${projectsWithTarget.join(',')}`,
`--output-style=stream`,
config && `--configuration=${config}`,
(core.isDebug() || argv.verbose) && '--verbose',
`${getRestArgs()}`
Expand Down

0 comments on commit fb7b494

Please sign in to comment.