mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05: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
|
@ -1 +1 @@
|
|||
Subproject commit cd5323373992f724b5afd2ab5fa074a7357d996a
|
||||
Subproject commit a5e8ed0c36f4d878a96ec8c41874e19abe466056
|
|
@ -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…
Reference in a new issue