Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove package-lock.json #1400

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Remove package-lock.json #1400

merged 1 commit into from
Oct 26, 2024

Commits on Oct 26, 2024

  1. Remove package-lock.json

    From my understanding, a project should only have one lock file. At the moment, we have both `package-lock.json` and `yarn.lock`.
    
    Because we're currently deploying using `yarn.lock` (on Vercel) and it seems to be more active/used, I've decided to drop the `package-lock.json`.
    
    https://github.com/hackclub/site/commits/main/package-lock.json
    
    https://github.com/hackclub/site/commits/main/yarn.lock
    garyhtou committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    cb733d0 View commit details
    Browse the repository at this point in the history