From 9f55eec162f26187d3f585c7ae78d051329ec562 Mon Sep 17 00:00:00 2001 From: Ade Viankakrisna Fadlil Date: Wed, 30 Aug 2017 01:04:11 +0700 Subject: [PATCH] use link instead of install --- 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 9468e39327b..5dc6e44755e 100755 --- a/tasks/e2e-kitchensink.sh +++ b/tasks/e2e-kitchensink.sh @@ -163,8 +163,8 @@ npm install test-integrity@^2.0.1 # Enter the app directory cd "$temp_app_path/test-kitchensink" -# Install our preset -npm install file:"$root_path"/packages/babel-preset-react-app +# Link to our preset +npm link "$root_path"/packages/babel-preset-react-app # Link to test module npm link "$temp_module_path/node_modules/test-integrity"