diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-12-07 06:24:48 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-12-07 06:24:48 +0800 |
commit | 5401c69163f8fd384038a3ef8c760ec95c661035 (patch) | |
tree | 6cfa567726c8a4a9a375b9d99f04d5901fc6c14b | |
parent | 825402b0f91ce266b310aed78e4fa73ae1359d36 (diff) | |
download | dexon-sol-tools-5401c69163f8fd384038a3ef8c760ec95c661035.tar dexon-sol-tools-5401c69163f8fd384038a3ef8c760ec95c661035.tar.gz dexon-sol-tools-5401c69163f8fd384038a3ef8c760ec95c661035.tar.bz2 dexon-sol-tools-5401c69163f8fd384038a3ef8c760ec95c661035.tar.lz dexon-sol-tools-5401c69163f8fd384038a3ef8c760ec95c661035.tar.xz dexon-sol-tools-5401c69163f8fd384038a3ef8c760ec95c661035.tar.zst dexon-sol-tools-5401c69163f8fd384038a3ef8c760ec95c661035.zip |
Fix CI command
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 9a39dd33c..fa3388ad5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: - run: wget https://s3.amazonaws.com/testrpc-shapshots/${CONTRACTS_COMMIT_HASH}.zip - run: unzip ${CONTRACTS_COMMIT_HASH}.zip -d testrpc_snapshot - run: node ./node_modules/lerna/bin/lerna.js bootstrap - - run: yarn lerna:run bootstrap + - run: yarn lerna:run build - run: name: testrpc command: npm run testrpc -- --db testrpc_snapshot |