Skip to content

Commit

Permalink
remove unnecessary npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed May 10, 2019
1 parent e0d103d commit a918899
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions test-integration/ganache-core-2.1.x/run.sh
Expand Up @@ -10,8 +10,6 @@ pkg="$(npm pack ../../ 2> /dev/null)"
# Clean it up afterwards
trap "rm -f $pkg" EXIT

npm install

npm install --no-save "$pkg"

npm test
2 changes: 0 additions & 2 deletions test-integration/simple-project-truffle-5.x/run.sh
Expand Up @@ -10,8 +10,6 @@ pkg="$(npm pack ../../ 2> /dev/null)"
# Clean it up afterwards
trap "rm -f $pkg" EXIT

npm install

npm install --no-save "$pkg"

npm test
2 changes: 0 additions & 2 deletions test-integration/truffle-migration/run.sh
Expand Up @@ -10,8 +10,6 @@ pkg="$(npm pack ../../ 2> /dev/null)"
# Clean it up afterwards
trap "rm -f $pkg" EXIT

npm install

npm install --no-save "$pkg"

npm test

0 comments on commit a918899

Please sign in to comment.