diff --git a/.circleci/config.yml b/.circleci/config.yml index af37490..304218d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,7 +56,7 @@ jobtest: &jobtest command: yarn install --prefer-offline || yarn install - run: name: Testing your project - command: yarn start test + command: yarn global add nyc && yarn start test - save_cache: key: repo-{{ checksum "yarn.lock" }} paths: node_modules