Skip to content

Commit ab211fa

Browse files
committed
chore: bring back script to org shape
1 parent 49b2a6e commit ab211fa

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

scripts/test-manual-e2e.sh

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,28 +35,28 @@ success "Preparing version $PACKAGE_VERSION"
3535

3636
repo_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

6262
success "Installing CocoaPods dependencies"

0 commit comments

Comments
 (0)