metmuseum / marble

Marble is the design system of The Metropolitan Museum of Art 🏛
https://marble.metmuseum.org
20 stars 5 forks source link

Remove pnpm hack #204

Closed stephenhmarsh closed 2 years ago

stephenhmarsh commented 2 years ago

Since https://github.com/CircleCI-Public/cimg-node/issues/216 we can now use pnpm directly.

stephenhmarsh commented 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 :)