Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 12e79c7

Browse files
author
soliury
committed
edit android build script
1 parent 9300542 commit 12e79c7

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
@@ -7,7 +7,7 @@
77
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
88
"log": "adb logcat *:S ReactNative:V ReactNativeJS:V",
99
"build-ios": "react-native unbundle --entry-file index.ios.js --platform ios --dev false",
10-
"build-android": "cd android && ./gradlew assembleRelease && cd ..",
10+
"build-android": "cd android && ./gradlew assembleRelease && open app/build/outputs/apk && cd ..",
1111
"checkversion": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
1212
"postinstall": "npm run checkversion",
1313
"push-android": "code-push release-react Noder android --deploymentName Staging",

0 commit comments

Comments
 (0)