Skip to content

Commit 2093fc9

Browse files
authored
Merge pull request #67 from AmitM30/dev
Remove `bundleReleaseJsAndAssets` from android build option
2 parents 208712b + 10e1176 commit 2093fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ios": "npx react-native run-ios --simulator='iPhone 11'",
3131
"android": "npx react-native run-android --variant=Debug",
3232
"build:android:debug": "./gradlew assembleDebug",
33-
"build:android:release": "./gradlew assembleRelease -x bundleReleaseJsAndAssets",
33+
"build:android:release": "./gradlew assembleRelease",
3434
"lint": "cross-env-shell tslint --project ./tsconfig.json",
3535
"lint:fix": "cross-env-shell tslint --fix --project ./tsconfig.json"
3636
},

0 commit comments

Comments
 (0)