1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Use sudo consistently

This commit is contained in:
Bruno Barbieri 2019-01-02 16:29:33 -05:00 committed by GitHub
parent 3a75571da2
commit d504c075d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,9 @@ cd test/e2e/beta/
rm -rf drizzle-test
mkdir drizzle-test && cd drizzle-test
sudo npm install --unsafe-perm -g truffle
truffle unbox drizzle
sudo truffle unbox drizzle
echo "Deploying contracts for Drizzle test..."
truffle compile && truffle migrate
sudo truffle compile && sudo truffle migrate
BROWSER=none npm start >> /dev/null 2>&1 &
cd ../../../../
mocha test/e2e/beta/drizzle.spec