icssc / icssc-website

Website for the ICS Student Council
https://studentcouncil.ics.uci.edu
MIT License
9 stars 2 forks source link

Project has both package-lock.json and yarn.lock files. #73

Closed alexanderl19 closed 8 months ago

alexanderl19 commented 1 year ago

The icssc-website repo has both a package-lock.json and yarn.lock file. This is suboptimal because it can create edge cases where two versions of dependencies are used to develop, test, and deploy the site.

We've been adopting pnpm throughout ICSSC Projects. Switching to pnpm, or removing either package-lock.json and yarn.lock would solve this issue.

sirAvent commented 1 year ago

I say remove yarn.lock. If I remember correctly, I added it on accident messing around with initial setup.