We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent caca49a commit 8163cefCopy full SHA for 8163cef
.github/workflows/ci.yml
@@ -26,8 +26,8 @@ jobs:
26
run: |
27
npm run bundle
28
npm run bundle:min
29
- npm run coverage
30
+ - run: npm run coverage
31
- working-directory: example/nextjs
32
run: npm run build
33
.github/workflows/pr.yml
@@ -17,6 +17,6 @@ jobs:
17
18
19
20
21
22
- run: npm run doc
0 commit comments