ojkelly / yarn.build

Build 🛠 and Bundle 📦 your local workspaces. Like Bazel, Buck, Pants and Please but for Yarn Berry. Build any language, mix javascript, typescript, golang and more in one polyglot repo. Ship your bundles to AWS Lambda, Docker, or any nodejs runtime.
https://yarn.BUILD
MIT License
326 stars 28 forks source link

since-branch and since now returns dependant workspaces #256

Closed ulrik-s closed 1 year ago

ulrik-s commented 1 year ago

Previously the function GetChangedWorkspaces only returned the workspaces that actually had changed. GetChangedWorkspaces is now also adding the depdent workspaces so that a change to a workspace is correctly reflected in the following build.

ojkelly commented 1 year ago

🙏 thanks for the fix!