Skip to content

Commit d33efaa

Browse files
committed
ios: hotfix for mistake in 16.17.8
1 parent d0ed19d commit d33efaa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/ios-build-native-modules.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ do
8888
preparePrebuiltModule "$DOT_NODE"
8989
done
9090

91-
# Delete bundle contents that may be there from previous builds.
92-
find "$NODEPROJ" -path "*/*.node/*" -delete
93-
find "$NODEPROJ" -name "*.node" -type d -delete
94-
9591
# Apply patches to the modules package.json
9692
if [ -d "$NODEPROJ"/node_modules/ ]; then
9793
PATCH_SCRIPT_DIR="$( cd "$PROJECT_DIR" && cd ../node_modules/nodejs-mobile-react-native/scripts/ && pwd )"

0 commit comments

Comments
 (0)