JackDotJS / minecraft-asset-extractor

A dead-simple web application for extracting (Java Edition) Minecraft's built-in game assets.
MIT License
4 stars 0 forks source link

Use pnpm instead of npm #19

Open RobertRR11 opened 1 year ago

RobertRR11 commented 1 year ago

It's just the better npm, I got nothing else to say to this

JackDotJS commented 1 year ago

i keep hearing people suggest this but how would i go about making the switch from npm to pnpm anyway

RobertRR11 commented 1 year ago

Running scripts from package.json now won't need run inbetween, for example: npm run dev -> pnpm dev

And the Github workflow would also need those changes, probably just replacing npm with pnpm everywhere