Skip to content

Commit f888fd0

Browse files
committed
Revert to react-native/cli.js
1 parent 4303c76 commit f888fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/create-native-bundle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
mkdir -p ${{ inputs.platform }}/assets
3232
cd Native-Mobile-Resources-main/deployment/native && \
3333
/tmp/mxbuild/modeler/tools/node/linux-x64/node \
34-
/tmp/mxbuild/modeler/tools/node/node_modules/@react-native-community/cli \
34+
/tmp/mxbuild/modeler/tools/node/node_modules/react-native/cli.js \
3535
bundle --verbose --platform ${{ inputs.platform }} --dev false \
3636
--config "$PWD/metro.config.js" \
3737
--bundle-output $GITHUB_WORKSPACE/${{ inputs.platform }}/index.${{ inputs.platform }}.bundle \

0 commit comments

Comments
 (0)