Move migrations into separate monorepo subpackage and hook it up to 0x.js and contracts

This commit is contained in:
Fabio Berger
2018-04-09 17:14:25 +09:00
parent e05b55d4a5
commit 919b327fc5
26 changed files with 181 additions and 32 deletions

View File

@@ -72,17 +72,6 @@ yarn lint
### Run Tests
Before running the tests, you will need to spin up a [TestRPC](https://www.npmjs.com/package/ethereumjs-testrpc) instance.
In a separate terminal, start TestRPC (a convenience command is provided as part of the [0x.js monorepo](https://github.com/0xProject/0x-monorepo))
```bash
cd ../..
yarn testrpc
```
Then in your main terminal run
```bash
yarn test
```