Skip to content

Commit

Permalink
Fix bundle command
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudabdalkarim committed Nov 17, 2024
1 parent d5d9f33 commit a581123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Generate JS bundle
run: |
mkdir -p dist
react-native bundle \
npx react-native bundle \
--platform android \
--dev false \
--entry-file index.js \
Expand Down

0 comments on commit a581123

Please sign in to comment.