Skip to content

Commit

Permalink
Remove package-lock.json file (#1683)
Browse files Browse the repository at this point in the history
We use `yarn` for package management, so npm `package-lock.json` files
cause warnings to be printed when running `yarn`. If `npm` is being used
to manage packages locally, it's also possible that you will encounter
inconsistencies between the packages that get installed by `npm` locally
and the packages installed by `yarn` in CI and as part of the production
build process. Don't use npm!
  • Loading branch information
robknight authored May 11, 2024
1 parent 8af9b91 commit 6a7229e
Showing 1 changed file with 0 additions and 43,780 deletions.
Loading

0 comments on commit 6a7229e

Please sign in to comment.