Skip to content

Commit

Permalink
don't run yarn cache clean
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Feb 2, 2024
1 parent 3b8af7e commit 9a85203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/fixtures/test-app/eas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cli": {
"version": ">= 3.15.0"
"version": ">= 3.14.0"
},
"build": {
"production": {
Expand Down
2 changes: 1 addition & 1 deletion features/scripts/build-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a85203

Please sign in to comment.