From 9a852033b6478d80349905a3fef6edc234f0661f Mon Sep 17 00:00:00 2001 From: Yousif Ahmed Date: Fri, 2 Feb 2024 12:23:29 +0000 Subject: [PATCH] don't run yarn cache clean --- features/fixtures/test-app/eas.json | 2 +- features/scripts/build-common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/fixtures/test-app/eas.json b/features/fixtures/test-app/eas.json index 1cf7bd3c..af670eeb 100644 --- a/features/fixtures/test-app/eas.json +++ b/features/fixtures/test-app/eas.json @@ -1,6 +1,6 @@ { "cli": { - "version": ">= 3.15.0" + "version": ">= 3.14.0" }, "build": { "production": { diff --git a/features/scripts/build-common.sh b/features/scripts/build-common.sh index 025c06f3..c6ce898d 100755 --- a/features/scripts/build-common.sh +++ b/features/scripts/build-common.sh @@ -5,7 +5,7 @@ rm -rf $BUILDKITE_BUILD_CHECKOUT_PATH/build/* # And all previous packages are removed git clean -xfdf # And the yarn cache is clean -yarn cache clean --all +# yarn cache clean --all # Install expo requirements npm install