Skip to content

Commit

Permalink
revert eas version
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Feb 5, 2024
1 parent b5e8622 commit 1b6ef4e
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

npx eas-cli@latest build \
eas 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

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

0 comments on commit 1b6ef4e

Please sign in to comment.