npm turbo 1.1.3-canary.0
v1.1.3-canary.0

latest releases: 1.13.4-canary.4, 1.13.4-canary.3, 1.13.4-canary.2...
2 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 turbo release

NewReleases is sending notifications on new releases.