Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 91376da

Browse files
committed
fix: update EAS build command to use non-interactive mode
1 parent 9300f3b commit 91376da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
- name: 🏗 Setup EAS
2727
uses: expo/expo-github-action@v8
2828
with:
29+
packager: bun
2930
eas-version: latest
3031
token: ${{ secrets.EXPO_TOKEN }}
3132

3233
- name: 🚀 Build app
33-
run: eas build --platform android --local
34+
run: eas build --platform android --non-interactive

0 commit comments

Comments
 (0)