We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b219ffe commit 80e1dfeCopy full SHA for 80e1dfe
.github/workflows/ci.yml
@@ -17,12 +17,13 @@ jobs:
17
- run: npm run build
18
- run: npm run test:coverage
19
20
+ - run: npm run doc
21
+
22
- name: Create Coverage Badges
23
uses: jaywcjlove/coverage-badges-cli@v1.0.10
24
with:
25
output: build/badges.svg
26
- - run: npm run doc
27
- run: npm run bundle
28
- run: npm run bundle:min
29
- run: cp -rp coverage build
0 commit comments