PNPM is a great, performance-focused option for monorepos. It serves as an alternative to NPM or Yarn.
When originally writing this article, I had run into a problem after switching to PNPM and trying to deploy this site to Netlify. PNPM was not fully supported by Netlify and required workarounds that effectively disabled NPM.
Fortunately, things have changed, and PNPM now works seamlessly with Netlify.
netlify.toml
[build]
command = "pnpm run build"