Skip to content

Commit 9f55eec

Browse files
committed
use link instead of install
1 parent 503223c commit 9f55eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/e2e-kitchensink.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ npm install test-integrity@^2.0.1
163163
# Enter the app directory
164164
cd "$temp_app_path/test-kitchensink"
165165

166-
# Install our preset
167-
npm install file:"$root_path"/packages/babel-preset-react-app
166+
# Link to our preset
167+
npm link "$root_path"/packages/babel-preset-react-app
168168

169169
# Link to test module
170170
npm link "$temp_module_path/node_modules/test-integrity"

0 commit comments

Comments
 (0)