Install all modules before running packager for tests
This commit is contained in:
parent
1ab3a8a985
commit
600a8909d3
|
@ -82,7 +82,7 @@ case "$TARGET" in
|
|||
unzip -q ../../target=node_modules/react_tests_node_modules.zip
|
||||
fi
|
||||
|
||||
npm update react-native
|
||||
npm install
|
||||
open_chrome
|
||||
start_packager
|
||||
popd
|
||||
|
@ -96,7 +96,7 @@ case "$TARGET" in
|
|||
unzip -q ../../target=node_modules/react_example_node_modules.zip
|
||||
fi
|
||||
|
||||
npm update react-native
|
||||
npm install
|
||||
open_chrome
|
||||
start_packager
|
||||
|
||||
|
|
Loading…
Reference in New Issue