Skip to content

Commit

Permalink
Remove yarn.lock (#98)
Browse files Browse the repository at this point in the history
Summary:
### Motivation
We are getting a lot of security warnings with out of date packages in `yarn.lock`. I think one solution is to stop checking this into the repo and for users to generate when `yarn install` is run on their machine.

### Changes proposed
Remove and gitignore `website/yarn.lock`.

Pull Request resolved: #98

Test Plan: Follow build steps for website after having deleted `website/yarn.lock`.

Reviewed By: horizon-blue

Differential Revision: D34616159

Pulled By: stefanwebb

fbshipit-source-id: 136da68e71c88c117b07904d7534ed20ff89d47b
  • Loading branch information
stefanwebb authored and facebook-github-bot committed Apr 27, 2022
1 parent c334ab5 commit a8dbf2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7,947 deletions.
1 change: 1 addition & 0 deletions website/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# Generated files
.docusaurus
.cache-loader
yarn.lock
/docs/api
api.sidebar.js

Expand Down

0 comments on commit a8dbf2b

Please sign in to comment.