GV14982 / tech-friends-battle-snake

MIT License
1 stars 1 forks source link

feat: Migrate to PNPM #10

Open GV14982 opened 1 year ago

GV14982 commented 1 year ago

Issue Context

Right now we are using npm which is slow and lame. We should use PNPM which is fast and cool! ⚡️😎

Proposed solution

Literally just delete the package-lock.json and then rerun the install with pnpm install. Then just update the docs and replace npm with pnpm.

Proposed Implementation

No response

Additional Resources

No response

Alternatives Considered

No response