From 8a0ae68f27e942f125343216b7d59e3c906f8b1e Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 13 Nov 2017 12:20:58 -0500 Subject: remove unnecessary -- --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9d874c07a..1d6122dd5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,12 +19,12 @@ 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 bootstrap - run: name: testrpc command: npm run testrpc -- --db testrpc_snapshot background: true - - run: yarn lerna:run -- test:coverage - - run: yarn lerna:run -- report_test_coverage - - run: if [ $CIRCLE_BRANCH = "master" ]; then yarn lerna:run -- test:umd; fi - - run: yarn lerna:run -- lint + - run: yarn lerna:run test:coverage + - run: yarn lerna:run report_test_coverage + - run: if [ $CIRCLE_BRANCH = "master" ]; then yarn lerna:run test:umd; fi + - run: yarn lerna:run lint -- cgit v1.2.3