Prevent Turborepo Exiting Early on Failing Tasks

Share this video with your friends

Send Tweet

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.