You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a (totally non minimal) reproduction for this issue: VulcanJS/vulcan-npm#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.
The text was updated successfully, but these errors were encountered:
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...
Hi,
I have a (totally non minimal) reproduction for this issue: VulcanJS/vulcan-npm#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.The text was updated successfully, but these errors were encountered: