1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
This commit is contained in:
brunobar79 2018-11-14 17:01:39 -05:00
parent b54ed05306
commit 59b089b5bb

View File

@ -11,7 +11,7 @@ sleep 5
cd test/e2e/beta/
rm -rf drizzle-test
mkdir drizzle-test && cd drizzle-test
sudo npm install -g truffle
npm install -g truffle
truffle unbox https://github.com/brunobar79/drizzle-box/
echo "Deploying contracts for Drizzle test..."
truffle compile && truffle migrate