I'm going to have 2 separate React Apps in a single lerna/yarn workspaces repo which will need to use the same components.
What's the best way to reuse these components in multiple application without publishing it to a separate private NPM package?