Skip to content

Commit

Permalink
'--hoist' option added to e2e.truffle.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Oct 30, 2019
1 parent 9c028ad commit 88a702b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/e2e.truffle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ npm run geth
# Install truffle
git clone https://github.com/trufflesuite/truffle.git
cd truffle
yarn bootstrap

# @truffle/contract
cd packages/contract
Expand All @@ -26,5 +25,7 @@ npm install web3@e2e \
--registry http://localhost:4873 \
--force

npm run bootstrap -- --hoist

# Geth tests
GETH=true npm test

0 comments on commit 88a702b

Please sign in to comment.