Relative Content

Tag Archive for node.jstypescriptnpmnode-modulesyarn-workspaces

Creating an NPM package from a yarn workspace monorepo with internal dependency

I’m using yarn workspace to develop a library that will be published on NPM. The library is dependent on a private core package in the same workspace. My understanding is that the workspace should bundle the dependency from the workspace into the library. The core package is listed as a devDependency of the library