-
I have a monorepo like this:
Both packages are versioned and published. Then I have a project outside of this monorepo, and it depends on How do I instruct Yarn to resolve Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Use the |
Beta Was this translation helpful? Give feedback.
Use the
--all
flag to link the entire project https://yarnpkg.com/cli/link#options-A%2C-all.