@@ -35,46 +35,46 @@ 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
4343npm 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 :packages:rn-tester:android:app:installJscDebug || error " Couldn't build RNTester Android"
54+ # ./gradlew :packages:rn-tester: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
61- success " Installing CocoaPods dependencies"
62- rm -rf packages/rn-tester/Pods
63- (cd packages/rn-tester && pod install)
61+ # success "Installing CocoaPods dependencies"
62+ # rm -rf packages/rn-tester/Pods
63+ # (cd packages/rn-tester && pod install)
6464
65- info " Press any key to open the workspace in Xcode, then build and test manually."
66- info " "
67- read -n 1
65+ # info "Press any key to open the workspace in Xcode, then build and test manually."
66+ # info ""
67+ # read -n 1
6868
69- open " packages/rn-tester/RNTesterPods.xcworkspace"
69+ # open "packages/rn-tester/RNTesterPods.xcworkspace"
7070
71- info " When done testing RNTester app on iOS and Android press any key to continue."
72- info " "
73- read -n 1
71+ # info "When done testing RNTester app on iOS and Android press any key to continue."
72+ # info ""
73+ # read -n 1
7474
75- success " Killing packager"
76- lsof -i :8081 | grep LISTEN
77- lsof -i :8081 | grep LISTEN | /usr/bin/awk ' {print $2}' | xargs kill
75+ # success "Killing packager"
76+ # lsof -i :8081 | grep LISTEN
77+ # lsof -i :8081 | grep LISTEN | /usr/bin/awk '{print $2}' | xargs kill
7878
7979npm pack
8080
0 commit comments