Questions tagged [pnpm-workspace]

No specific instructions have been provided for implementing this tag at the moment!

The process of installing dependencies recursively using pnpm

In my monorepo project, I have workspaces A and B. Workspace A depends on B being built first, with each workspace in its own folder as defined in pnpm-workspace.yaml packages: - 'src/mydepa' - 'src/mydepb' { "name": "@mydep/a", ...