We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d101e commit 69bd324Copy full SHA for 69bd324
1 file changed
package.json
@@ -10,6 +10,7 @@
10
"watchman:reset": "watchman watch-del-all && watchman shutdown-server",
11
"android": "react-native run-android --active-arch-only",
12
"android:release": "react-native run-android --active-arch-only --mode release",
13
+ "android:prod": "yarn gradle:clean && react-native run-android --mode release",
14
"gradle:clean": "cd android && ./gradlew clean",
15
"gems": "bundle check || bundle install",
16
"gems:frozen": "bundle config set --local deployment true && bundle install",
0 commit comments