We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 208712b + 10e1176 commit 2093fc9Copy full SHA for 2093fc9
package.json
@@ -30,7 +30,7 @@
30
"ios": "npx react-native run-ios --simulator='iPhone 11'",
31
"android": "npx react-native run-android --variant=Debug",
32
"build:android:debug": "./gradlew assembleDebug",
33
- "build:android:release": "./gradlew assembleRelease -x bundleReleaseJsAndAssets",
+ "build:android:release": "./gradlew assembleRelease",
34
"lint": "cross-env-shell tslint --project ./tsconfig.json",
35
"lint:fix": "cross-env-shell tslint --fix --project ./tsconfig.json"
36
},
0 commit comments