Skip to content

Commit

Permalink
use latest CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Feb 5, 2024
1 parent 0673ec8 commit 9d80ba7
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 @@ -6,7 +6,7 @@ pushd features/fixtures/test-app

ls -al

EAS_NO_VCS=1 eas build \
EAS_NO_VCS=1 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_NO_VCS=1 eas build \
EAS_NO_VCS=1 npx eas-cli@latest build \
--local \
-p ios \
--output output.ipa \
Expand Down

0 comments on commit 9d80ba7

Please sign in to comment.