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

Commit

Permalink
Fix typo in .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
k4m4 committed Dec 8, 2019
1 parent 894be28 commit af0f2ea
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 @@ -17,7 +17,7 @@ jobs:
- checkout
- run: npm ci
- run: npm run coverage
- run: npm run coverage:send
- run: npm run coverage:upload
- run: npm run coverage:check

workflows:
Expand Down

0 comments on commit af0f2ea

Please sign in to comment.