Skip to content

Commit a129240

Browse files
authored
fix android release build
1 parent 208712b commit a129240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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)