Skip to content

Commit e1a7e84

Browse files
committed
fix ios build script
1 parent 4050e86 commit e1a7e84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/bundle-react-native-code-and-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121

2222
if [[ -z "$CLI_PATH" ]]; then
2323
export CONFIG_CMD="dummy-workaround-value"
24-
CLI_PATH="$("$NODE_BINARY" --print "require('path').dirname(require.resolve('@rock-js/cli/package.json')) + '/dist/src/bin.js'")"
24+
CLI_PATH="$("$NODE_BINARY" --print "require('path').dirname(require.resolve('rock/package.json')) + '/dist/src/bin.js'")"
2525
export CLI_PATH
2626
fi
2727
if [[ -z "$BUNDLE_COMMAND" ]]; then

0 commit comments

Comments
 (0)