Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Commit

Permalink
fix: update circle configs
Browse files Browse the repository at this point in the history
  • Loading branch information
aphelionz committed Jul 20, 2022
1 parent c6e1514 commit a9bcdba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- run:
command: npm ci
- run:
command: npm run coverage
command: npm test
- run:
command: npx nyc report --reporter=html
command: npx c8 report --reporter=html
- store_artifacts:
path: coverage

Expand Down

0 comments on commit a9bcdba

Please sign in to comment.