Skip to content

Commit 80e1dfe

Browse files
committed
chore: update workflows config.
1 parent b219ffe commit 80e1dfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ jobs:
1717
- run: npm run build
1818
- run: npm run test:coverage
1919

20+
- run: npm run doc
21+
2022
- name: Create Coverage Badges
2123
uses: jaywcjlove/[email protected]
2224
with:
2325
output: build/badges.svg
2426

25-
- run: npm run doc
2627
- run: npm run bundle
2728
- run: npm run bundle:min
2829
- run: cp -rp coverage build

0 commit comments

Comments
 (0)