Is there a pnpm CLI equivalent to “yarn workspace”?
I’m trying https://pnpm.io/ with workspaces and I can’t seem to be able to install packages and run commands in specific workspaces as I do with Yarn.
I’m trying https://pnpm.io/ with workspaces and I can’t seem to be able to install packages and run commands in specific workspaces as I do with Yarn.
I’m trying to set up a monorepo using yarn. I’m confused as to how to set up typescript with project references such that things resolve properly.