Skip to content

Commit

Permalink
use latest EAS CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Feb 1, 2024
1 parent 73114a2 commit 50e5343
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion features/scripts/build-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

pushd features/fixtures/test-app

eas build \
npx eas-cli@latest build \
--local \
-p android \
--output output.apk
Expand Down
3 changes: 0 additions & 3 deletions features/scripts/build-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,4 @@ npx expo -v
echo 'current directory contents:'
ls -la

# run prebuild using npm
npx expo prebuild --no-install

echo "Common setup complete"
2 changes: 1 addition & 1 deletion features/scripts/build-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

pushd features/fixtures/test-app

eas build \
npx eas-cli@latest build \
--local \
-p ios \
--output output.ipa \
Expand Down

0 comments on commit 50e5343

Please sign in to comment.