Install all modules before running packager for tests

This commit is contained in:
Scott Kyle 2016-02-19 02:28:59 -08:00
parent 1ab3a8a985
commit 600a8909d3
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ case "$TARGET" in
unzip -q ../../target=node_modules/react_tests_node_modules.zip unzip -q ../../target=node_modules/react_tests_node_modules.zip
fi fi
npm update react-native npm install
open_chrome open_chrome
start_packager start_packager
popd popd
@ -96,7 +96,7 @@ case "$TARGET" in
unzip -q ../../target=node_modules/react_example_node_modules.zip unzip -q ../../target=node_modules/react_example_node_modules.zip
fi fi
npm update react-native npm install
open_chrome open_chrome
start_packager start_packager