Skip to content

yarn tasks run

Terminal window

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.

Options

OptionDescription
--silent-dependenciesEnable silent dependencies mode
--verboseIncrease the verbosity level (can be repeated)
--standaloneRun the task without connecting to the daemon