github vercel/turborepo v1.1.3-canary.0

latest releases: v2.1.3-canary.1, v2.1.3-canary.0, v2.1.2...
pre-release2 years ago

What's Changed?

  • Hitting Ctrl+C on the terminal will shut down all of the child processes via SIGINT. Additionally, if one task fails, other tasks will not be left lingering, and will be sent a SIGINT. More explicitly:
    • When turbo receives an external signal, send SIGINT to our child processes
    • When a child process exits w/ a non-zero exit code, and --continue is not set, turbo will send SIGINT to all of our child processes

Commits

Full Changelog: v1.1.2...v1.1.3-canary.0

Don't miss a new turborepo release

NewReleases is sending notifications on new releases.