Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 18, 2022
1 parent b219ffe commit 80e1dfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
- run: npm run build
- run: npm run test:coverage

- run: npm run doc

- name: Create Coverage Badges
uses: jaywcjlove/coverage-badges-cli@v1.0.10
with:
output: build/badges.svg

- run: npm run doc
- run: npm run bundle
- run: npm run bundle:min
- run: cp -rp coverage build
Expand Down

0 comments on commit 80e1dfe

Please sign in to comment.