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 5, 2024
1 parent 35370ff commit da7c4ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
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 da7c4ab

Please sign in to comment.