mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Add yarn.lock to third_party
Prevents upgrades with running tools/sync_third_party.py
This commit is contained in:
parent
67d89ff692
commit
3f7d61a589
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue