Skip to content

Commit

Permalink
Add yarn.lock to third_party
Browse files Browse the repository at this point in the history
Prevents upgrades with running tools/sync_third_party.py
  • Loading branch information
ry committed Aug 17, 2018
1 parent 67d89ff commit 3f7d61a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/third_party.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3f7d61a

Please sign in to comment.