Add yarn.lock to third_party

Prevents upgrades with running tools/sync_third_party.py
This commit is contained in:
Ryan Dahl 2018-08-15 11:57:07 -04:00
parent 67d89ff692
commit 3f7d61a589
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ def fix_symlinks():
# Run Yarn to install JavaScript dependencies.
def run_yarn():
run(["yarn", "--no-lockfile"], cwd=third_party_path)
run(["yarn", "install"], cwd=third_party_path)
# Run Cargo to install Rust dependencies.