folke / ultra-runner

🏃⛰ Ultra fast monorepo script runner and build tool
https://www.npmjs.com/package/ultra-runner
Apache License 2.0
1.2k stars 32 forks source link

Yarn v2 (berry) support? #137

Closed crubier closed 3 years ago

crubier commented 3 years ago

Hi, this package seems great! I having problems with it though, running on a monorepo with yarn v2. Is yarn v2 supported?

folke commented 3 years ago

Not for now. Looking at the documentation, it seems pretty straightforward to make ultra compatible.

Call binaries using yarn run rather than node_modules/.bin

I'll see if I can add support for berry somewhere this week.

folke commented 3 years ago

Fixed in the latest release v3.6.0 🚀