1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
This commit is contained in:
brunobar79 2018-11-14 17:10:20 -05:00
parent 59b089b5bb
commit 517f6e656a

View File

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