Try adding back in, opening chrome
This commit is contained in:
parent
8334bbd01e
commit
7e2f279b88
|
@ -277,6 +277,7 @@ case "$TARGET" in
|
||||||
|
|
||||||
pushd tests/react-test-app
|
pushd tests/react-test-app
|
||||||
npm install --build-from-source
|
npm install --build-from-source
|
||||||
|
open_chrome
|
||||||
start_packager
|
start_packager
|
||||||
|
|
||||||
pushd ios
|
pushd ios
|
||||||
|
@ -288,6 +289,7 @@ case "$TARGET" in
|
||||||
pushd examples/ReactExample
|
pushd examples/ReactExample
|
||||||
|
|
||||||
npm install --build-from-source
|
npm install --build-from-source
|
||||||
|
open_chrome
|
||||||
start_packager
|
start_packager
|
||||||
|
|
||||||
pushd ios
|
pushd ios
|
||||||
|
|
Loading…
Reference in New Issue