File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -35,28 +35,28 @@ success "Preparing version $PACKAGE_VERSION"
3535
3636repo_root=$( pwd)
3737
38- # rm -rf android
39- # ./gradlew :ReactAndroid:installArchives || error "Couldn't generate artifacts"
38+ rm -rf android
39+ ./gradlew :ReactAndroid:installArchives || error " Couldn't generate artifacts"
4040
41- # success "Generated artifacts for Maven"
41+ success " Generated artifacts for Maven"
4242
43- # npm install
43+ npm install
4444
45- # success "Killing any running packagers"
46- # lsof -i :8081 | grep LISTEN
47- # lsof -i :8081 | grep LISTEN | /usr/bin/awk '{print $2}' | xargs kill
45+ success " Killing any running packagers"
46+ lsof -i :8081 | grep LISTEN
47+ lsof -i :8081 | grep LISTEN | /usr/bin/awk ' {print $2}' | xargs kill
4848
49- # info "Start the packager in another terminal by running 'npm start' from the root"
50- # info "and then press any key."
51- # info ""
52- # read -n 1
49+ info " Start the packager in another terminal by running 'npm start' from the root"
50+ info " and then press any key."
51+ info " "
52+ read -n 1
5353
54- # ./gradlew :RNTester:android:app:installJscDebug || error "Couldn't build RNTester Android"
54+ ./gradlew :RNTester:android:app:installJscDebug || error " Couldn't build RNTester Android"
5555
56- # info "Press any key to run RNTester in an already running Android emulator/device"
57- # info ""
58- # read -n 1
59- # adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity
56+ info " Press any key to run RNTester in an already running Android emulator/device"
57+ info " "
58+ read -n 1
59+ adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity
6060
6161
6262success " Installing CocoaPods dependencies"
You can’t perform that action at this time.
0 commit comments