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

--unsafe-perm ?

This commit is contained in:
Bruno Barbieri 2019-01-02 16:18:24 -05:00 committed by GitHub
parent 58b0a4c8f4
commit 3a75571da2
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 -g truffle
sudo npm install --unsafe-perm -g truffle
truffle unbox drizzle
echo "Deploying contracts for Drizzle test..."
truffle compile && truffle migrate