reverting start packer
This commit is contained in:
parent
69edbcbfb6
commit
7f0eea2636
|
@ -111,8 +111,9 @@ case "$TARGET" in
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
open_chrome
|
open_chrome
|
||||||
|
react-native start
|
||||||
unlock_device
|
unlock_device
|
||||||
./run-android.sh # this will also start the packager
|
./run-android.sh
|
||||||
|
|
||||||
# Despite the docs claiming -c to work, it doesn't, so `-T 1` alleviates that.
|
# Despite the docs claiming -c to work, it doesn't, so `-T 1` alleviates that.
|
||||||
adb logcat -c
|
adb logcat -c
|
||||||
|
|
Loading…
Reference in New Issue