From 3f7d61a5890edb1fab62b92332252604e9b07235 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 15 Aug 2018 11:57:07 -0400 Subject: Add yarn.lock to third_party Prevents upgrades with running tools/sync_third_party.py --- third_party | 2 +- tools/third_party.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party b/third_party index cd5323373..a5e8ed0c3 160000 --- a/third_party +++ b/third_party @@ -1 +1 @@ -Subproject commit cd5323373992f724b5afd2ab5fa074a7357d996a +Subproject commit a5e8ed0c36f4d878a96ec8c41874e19abe466056 diff --git a/tools/third_party.py b/tools/third_party.py index 0a053fbcd..e831d57af 100644 --- a/tools/third_party.py +++ b/tools/third_party.py @@ -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. -- cgit v1.2.3