1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

remove --unsafe-perm

This commit is contained in:
Bruno Barbieri 2019-01-02 17:28:26 -05:00 committed by GitHub
parent 3112d5b5c0
commit c349bbdece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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