Skip to content

Commit

Permalink
Update Native files before build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Risch authored and Alex Risch committed Jul 25, 2024
1 parent 6b573f1 commit a8d2656
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}

- name: Update Android Files
# TODO: This should be handled by build configs in the future
run: node scripts/build/android/production.js

- name: Build for Android
run: eas build --profile production-android --platform android --non-interactive

Expand All @@ -57,6 +61,10 @@ jobs:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}

- name: Update iOS Files
# TODO: This should be handled by schemes in the future
run: node scripts/build/ios/production.js

- name: Build for iOS
run: eas build --profile production-ios --platform ios --non-interactive

Expand Down

0 comments on commit a8d2656

Please sign in to comment.