Skip to content

Commit

Permalink
Tweaked CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Oct 24, 2023
1 parent 4535ac2 commit 5859362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- run: npm run test
- run: |
cd example/react-native/
npm install
npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
cd android
./gradlew assembleRelease
Expand Down

0 comments on commit 5859362

Please sign in to comment.