aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/beta/run-drizzle.sh
Commit message (Collapse)AuthorAgeFilesLines
* remove --unsafe-permBruno Barbieri2019-01-031-1/+1
|
* no globalsBruno Barbieri2019-01-031-3/+3
|
* Use sudo consistentlyBruno Barbieri2019-01-031-2/+2
|
* --unsafe-perm ?Bruno Barbieri2019-01-031-1/+1
|
* Dont use sudo to install truffleBruno Barbieri2019-01-011-1/+1
|
* remove error flags from drizzle setupbrunobar792018-11-151-4/+0
|
* install truffle globallybrunobar792018-10-211-1/+1
|
* tests - integration - Add Drizzle tests (#5467)Bruno Barbieri2018-10-101-0/+20
* added drizzle app for testing * working * clean up * clean up script * make build step required * add drizzle-tests to .eslintignore * clean up drizzle run script * lint * use truffle unbox * undo eslintignore changes * revert change * dont use global * dont need this steps * use the new account flow * restore package-lock.json