Are workspace to workspace links supported? #7620
Unanswered
gouldingken
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
-
It's great that pnpm publish resolves workspace dependencies, so local workspace links are a reliable solution if you're willing to publish all your changes, however, I'm running into a challenge when trying to avoid publishing to npm.
If I have a workspace monorepo that references another workspace monorepo, pnpm could presumably resolve a 'workspace:*' reference within that mono-repo to the correct package. However it appears to try to resolve it locally within the local workspace - resulting in a broken link.
Is this feature expected to work in pnpm? I'm planning to add either a bug report or feature request, but it's not clear to me whether this is currently intended to work or not.
Beta Was this translation helpful? Give feedback.
All reactions