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