### What version of Turborepo are you using? 1.1.5 ### What package manager are you using / does the bug impact? npm ### What operating system are you using? Mac ### Describe the Bug Turbo can no longer recognize dependencies, e.g. with ^build scripts This causes all build commands to be run in any order, meaning that turbo generally crashes when package dependencies aren’t built yet. ### Expected Behavior Turbo works like 1.1.4 ### To Reproduce Reproduction [here](https://dropover.cloud/) - Download - npm install - npm install -g turbo@1.1.5 - turbo run build To run correctly, do the same steps with turbo@1.1.4