Using monorepo package outside of the monorepo with yarn 4.x.x #6072
Unanswered
raviteja83
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a monorepo containing several packages. I have a different repo using two packages from the monorepo. When I try to install the workspace using
https://github.com/org/repo.git#head=main&workspace=<package>
, it is installing the npm published package instead of using the monorepo pakcage.Is there way to use the monorepo package without publishing to npm outside of it?
Beta Was this translation helpful? Give feedback.
All reactions