From 7d5f685f79fc0816cc617d639bbd98626e19e079 Mon Sep 17 00:00:00 2001 From: Ade Viankakrisna Fadlil Date: Mon, 11 Sep 2017 01:45:09 +0700 Subject: [PATCH] preserve the test for linked test-integrity --- tasks/e2e-kitchensink.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/e2e-kitchensink.sh b/tasks/e2e-kitchensink.sh index 834cde5f2af..dbf75b4166a 100755 --- a/tasks/e2e-kitchensink.sh +++ b/tasks/e2e-kitchensink.sh @@ -167,7 +167,7 @@ cd "$temp_app_path/test-kitchensink" cp -r "$root_path"/packages/babel-preset-react-app node_modules # Link to test module -cp -r "$temp_module_path/node_modules/test-integrity" node_modules +npm link "$temp_module_path/node_modules/test-integrity" # Test the build REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \ @@ -231,7 +231,7 @@ cp -r "$root_path"/packages/react-dev-utils node_modules cp -r "$root_path"/packages/react-scripts node_modules # Link to test module -cp -r "$temp_module_path/node_modules/test-integrity" node_modules +npm link "$temp_module_path/node_modules/test-integrity" # Test the build REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \