npm-run-all icon indicating copy to clipboard operation
npm-run-all copied to clipboard

Doesn't work with Yarn workspaces

Open eric-burel opened this issue 3 years ago • 3 comments

Hi,

I have a (totally non minimal) reproduction for this issue: https://github.com/VulcanJS/vulcan-npm/pull/116 You can clone the project on this branch, then yarn install && yarn workspace remix-ffa2 run build => it won't find the build scripts, probably because it looks at the root package.json and not the nested package.json.

eric-burel avatar May 04 '22 17:05 eric-burel

True, and very inconvenient!

kylecordes avatar Jun 23 '22 01:06 kylecordes

Not sure if my issue is related, but with yarn you can run scripts with a colon in their name from any workspace. That also doesn't work with npm-run-all, but when searching I stumbled upon this issue so my guess is this would be blocking either way...

mycroes avatar Aug 11 '22 06:08 mycroes

👍

kepek avatar Feb 24 '23 10:02 kepek