diff options
Diffstat (limited to '.circleci/config.yml')
-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 e391533fd..1795a4bfc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,7 +65,7 @@ jobs: name: testrpc command: npm run testrpc -- --db testrpc_snapshot background: true - - run: yarn lerna:run --ignore "contracts|0x.js" test:circleci + - run: yarn lerna:run --ignore contracts --ignore 0x.js --ignore subproviders test:circleci lint: working_directory: ~/repo docker: |