Skip to content

Commit

Permalink
chore(speed): use recommended arch flag for local android builds (#11170
Browse files Browse the repository at this point in the history
)

use recommended arch flag
  • Loading branch information
brainbicycle authored Nov 22, 2024
1 parent 8162eae commit 8bc09f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"main": "index-common.js",
"scripts": {
"android": "react-native run-android",
"android": "react-native run-android --active-arch-only",
"bundle:android": "yarn bundle:android:js && yarn bundle:android:hermes && yarn bundle:android:sourcemap",
"bundle:android:js": "./scripts/hermes/hermes-android-bundle.sh",
"bundle:android:sourcemap": "./scripts/hermes/hermes-android-sourcemap.sh",
Expand Down

0 comments on commit 8bc09f6

Please sign in to comment.