1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00

install truffle globally

This commit is contained in:
brunobar79 2018-10-21 05:35:37 -04:00
parent b0c649a4e3
commit baa3af46f3

View File

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