remove --unsafe-perm

feature/default_network_editable
Bruno Barbieri 6 years ago committed by GitHub
parent 3112d5b5c0
commit c349bbdece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/e2e/beta/run-drizzle.sh

@ -7,7 +7,7 @@ sleep 5
cd test/e2e/beta/
rm -rf drizzle-test
mkdir drizzle-test && cd drizzle-test
npm install --unsafe-perm truffle
npm install truffle
../../../../node_modules/.bin/truffle unbox drizzle
echo "Deploying contracts for Drizzle test..."
../../../../node_modules/.bin/truffle compile && ../../../../node_modules/.bin/truffle migrate

Loading…
Cancel
Save