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
325 stars 28 forks source link

Yarn 4 build failing #266

Closed cmark1302 closed 11 months ago

cmark1302 commented 12 months ago

Describe the bug Yarn 4 build failing

To Reproduce Steps to reproduce the behavior:

  1. yarn set version berry
  2. yarn install
  3. Run command 'yarn build'

Expected behavior yarn build should success without any error

Screenshots Type Error: Cannot read properties of undefined (reading 'scope')

Desktop (please complete the following information):

sjayach commented 11 months ago

Added a PR to support Yarn 4

https://github.com/ojkelly/yarn.build/pull/267

@ojkelly

cmark1302 commented 11 months ago

Thank you @sjayach