From 600a8909d33fd53714dc726c128a490efd07c954 Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Fri, 19 Feb 2016 02:28:59 -0800 Subject: [PATCH] Install all modules before running packager for tests --- scripts/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test.sh b/scripts/test.sh index 8db02259..32b62410 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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