Suppressing nx output when using run-many #15198
SirensOfTitan
started this conversation in
General
Replies: 1 comment 1 reply
-
I'd really like to see this too - because running It'd be great to skip
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run some nx command:
nx run-many lint-all
without all of the nx preambles muddying up the output like:Before the actual output:
After the actual output:
I want nx to be totally silent when performing these operations so just the concatenation of the various
lint-all
tasks in packages is output. Is this possible right now?Beta Was this translation helpful? Give feedback.
All reactions