Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
fix(ci): install yarn on circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrouet committed Oct 10, 2018
1 parent ba4839e commit 1008742
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 @@ -12,7 +12,7 @@ jobs:

steps:
- checkout
- run: npm install
- run: yarn
- run: npm run lint
- run: npm run coverage
- run: ./node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov
Expand Down

0 comments on commit 1008742

Please sign in to comment.