Skip to content

yarn tasks push

Terminal window

This command allows a running task to schedule additional tasks to be executed by the daemon. It can only be called from within a task context (i.e., when running inside a task that was started by the daemon).

This is useful for dynamically spawning subtasks based on runtime conditions, such as triggering build steps after certain conditions are met.