Skip to content

yarn tasks

Terminal window
yarn tasks

This command lists all long-lived tasks currently registered in the project. Long-lived tasks are background processes that continue running after the initial command completes, such as development servers or watch processes.

The output shows each task’s name, current status (running or stopped), and when it was started (for running tasks).

Options

OptionDescription