diff --git a/package.json b/package.json index 01ccf99ba..c6100a8c9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "postinstall": "rn-nodeify --install buffer,events,process,stream,util,inherits,fs,path,assert --hack; npm run releasenotes2json; npm run podinstall; npx jetify", "test": "npm run lint && npm run unit && npm run jest", "jest": "jest -b -w 1 tests/integration/*", - "maccatalyst": "rm -fr node_modules && rm -fr ios/Pods && npm i && ./scripts/maccatalystpatches/applypatchesformaccatalyst.sh", + "maccatalystpatches": "./scripts/maccatalystpatches/applypatchesformaccatalyst.sh", "e2e:debug-build": "detox build -c android.emu.debug", "e2e:debug-test": "detox test -c android.emu.debug", "e2e:debug": "(test -f android/app/build/outputs/apk/debug/app-debug.apk && test -f android/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk) || npm run e2e:debug-build; npm run e2e:debug-test",