Skip to content

Commit 69bd324

Browse files
committed
Add package.json Android prod script
1 parent a7d101e commit 69bd324

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"watchman:reset": "watchman watch-del-all && watchman shutdown-server",
1111
"android": "react-native run-android --active-arch-only",
1212
"android:release": "react-native run-android --active-arch-only --mode release",
13+
"android:prod": "yarn gradle:clean && react-native run-android --mode release",
1314
"gradle:clean": "cd android && ./gradlew clean",
1415
"gems": "bundle check || bundle install",
1516
"gems:frozen": "bundle config set --local deployment true && bundle install",

0 commit comments

Comments
 (0)