Closed stephenhmarsh closed 2 years ago
Why did we need this hack in the first place?
CircleCI's Docker containers for Node didn't come with pnpm preinstalled until recently, so the hack was just to install it via npm and reference the pnpm executable with a path (so not actually that hacky). But now they preinstall it for us, so that's nice :)
Since https://github.com/CircleCI-Public/cimg-node/issues/216 we can now use
pnpm
directly.