GTBitsOfGood / juno

Juno is the Unified Infrastructure Platform for Developer Acceleration
7 stars 0 forks source link

Migrate package manager from yarn to pnpm #89

Open UZ9 opened 2 weeks ago

UZ9 commented 2 weeks ago

Context

Juno currently utilizes yarn for all node package management, workflows, and controlling external scripts. Due to the limited performance of both yarn and npm, using pnpm will drastically reduce project setup times up to 2x. So far in personal testing I have experienced a (60s -> 18s) reduction when running pnpm install.

Tasks