### What version of Turborepo are you using? 1.1.7-canary.5 ### What package manager are you using / does the bug impact? Yarn v1 ### What operating system are you using? Windows ### Describe the Bug Event if some pipelines exit with a non-zero code, turbo run always exit 0  ### Expected Behavior (screenshot taken after a rollback in version 1.1.6)  ### To Reproduce Reproduction repository: https://github.com/ThibautMarechal/turbo-always-exit-0 run `yarn build` to reproduce