Skip to content

Commit

Permalink
use link instead of install
Browse files Browse the repository at this point in the history
  • Loading branch information
viankakrisna committed Aug 29, 2017
1 parent 503223c commit 9f55eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/e2e-kitchensink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9f55eec

Please sign in to comment.