npm-run-all
npm-run-all copied to clipboard
Doesn't work with Yarn workspaces
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.
True, and very inconvenient!
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...
👍