Svelte-Sirens / svelte-sirens

The website for the Svelte Sirens. Svelte Society for women, non-binary people, & allies!
https://sveltesirens.dev/
GNU General Public License v3.0
30 stars 8 forks source link

chore: :wrench: Use PNPM in place of npm #28

Closed spences10 closed 2 years ago

spences10 commented 2 years ago

Remember to use: rm -rf node_modules .svelte-kit pnpm-lock.yaml when starting up the project again!

Closes #19

netlify[bot] commented 2 years ago

✔️ Deploy Preview for sveltesirens ready!

🔨 Explore the source changes: 8755145efad870e99aa221b27502bdbace4949d9

🔍 Inspect the deploy log: https://app.netlify.com/sites/sveltesirens/deploys/61a7a4505b58220008abc1bf

😎 Browse the preview: https://deploy-preview-28--sveltesirens.netlify.app

spences10 commented 2 years ago

Good point from @ghostdevv on this not being supported by Netlify, this is more of a dev convenience though, right?

brittneypostma commented 2 years ago

Wait Netlify doesn't support pnpm? Do we need to leave the package-lock then for it to pull out how does that work?

ghostdevv commented 2 years ago

@brittneypostma it's one or the other really, maintaining two package locks would be a pain. To be honest I would just stick with npm to make it easy

brittneypostma commented 2 years ago

Agh, okay scratch this for now 😖