Skip to content

Commit a581123

Browse files
Fix bundle command
1 parent d5d9f33 commit a581123

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Generate JS bundle
2929
run: |
3030
mkdir -p dist
31-
react-native bundle \
31+
npx react-native bundle \
3232
--platform android \
3333
--dev false \
3434
--entry-file index.js \

0 commit comments

Comments
 (0)