Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
chore: ci - install nyc on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Jun 24, 2019
1 parent 713fcb7 commit 0b43f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b43f59

Please sign in to comment.