Course lesson

Prevent Turborepo Exiting Early on Failing Tasks

By default, Turborepo will stop its execution if it runs into an error. We may not want that if we want Turborepo to continue in the projects that don't have an error. We can do this by adding the --continue flag to the end of our command.

Duration
1 min
Access
Included
Transcript
Retained from source evidence

By default, Turborepo will stop its execution if it runs into an error. We may not want that if we want Turborepo to continue in the projects that don't have an error. We can do this by adding the --continue flag to the end of our command.