Install contract dependencies
This commit is contained in:
parent
dc34492898
commit
635ebdc670
@ -7,6 +7,6 @@ test:
|
|||||||
- node node_modules/ethereumjs-testrpc/bin/testrpc:
|
- node node_modules/ethereumjs-testrpc/bin/testrpc:
|
||||||
background: true
|
background: true
|
||||||
- git clone git@github.com:0xProject/contracts.git ../contracts
|
- git clone git@github.com:0xProject/contracts.git ../contracts
|
||||||
- cd ../contracts; npm run migrate
|
- cd ../contracts; npm install && npm run migrate
|
||||||
- npm run update_contracts
|
- npm run update_contracts
|
||||||
- npm run test:coverage
|
- npm run test:coverage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user