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 0dd107c commit 3757a12Copy full SHA for 3757a12
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: test
33
id: test
34
if: ${{ always() }}
35
- run: pnpm test --coverage
+ run: pnpm test:coverage
36
- name: lint
37
38
run: pnpm lint
0 commit comments