workspaces with package.json bin declarations not linked into .bin for workspace that directly depend on them #5652
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is an issue that I have been noticing. I reexport a lot of bins from a certain build-related workspace, and this is causing problems for me when I cannot access these reexported bins from the workspaces that depend on that build-related workspace. I have been wondering if it is a hoisting issue and have attempted to use the various configuration options to prevent hoisting, but I can't get anything different to really happen with those.
I would appreciate it if someone knew anything about this might set me straight.
Beta Was this translation helpful? Give feedback.
All reactions