Relative Content

Tag Archive for typescripthadoop-yarnmonorepoyarn-workspaces

Deploying a monorepro using Yarn PnP

I am confused how to create deployable Typescript applications in a monorepo. I have a yarn workspace monorepo that is using yarn PnP (which removes node_modules). It generated .pnp.cjs, .pnp.loader.mjs and .yarn/cache (which contains all the dependencies zipped up).