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