Docs/Reference/CLI/tasks/run
yarn tasks run
Run a task with silent dependency output
yarn tasks run <NAME> <ARGS…>
This command runs a task while suppressing output from dependency tasks. Only the output from the target task itself is shown, with a progress indicator displayed while dependencies are running.
If a dependency task fails, its output will be displayed to help diagnose the failure. This mode is useful when you’re primarily interested in the output of the main task and dependencies are expected to succeed silently.
Enable silent dependencies mode
Increase the verbosity level (can be repeated)
Run the task without connecting to the daemon