From ea6d9ce948c97ce6d2b5267358c1b221e783ad68 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 17 Aug 2022 14:49:18 -0400 Subject: [PATCH] Remove use of buggy 'yarn check' Signed-off-by: Sebastian Malton --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9dfb2cf512..d04b3febe1 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,7 @@ else endif node_modules: yarn.lock - yarn install --frozen-lockfile --network-timeout=100000 - yarn check --verify-tree --integrity + yarn install --check-files --frozen-lockfile --network-timeout=100000 binaries/client: node_modules yarn download:binaries