We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4050e86 commit e1a7e84Copy full SHA for e1a7e84
1 file changed
ios/bundle-react-native-code-and-images.sh
@@ -21,7 +21,7 @@ fi
21
22
if [[ -z "$CLI_PATH" ]]; then
23
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'")"
+ CLI_PATH="$("$NODE_BINARY" --print "require('path').dirname(require.resolve('rock/package.json')) + '/dist/src/bin.js'")"
25
export CLI_PATH
26
fi
27
if [[ -z "$BUNDLE_COMMAND" ]]; then
0 commit comments