We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a932b8 commit 08f02d7Copy full SHA for 08f02d7
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: pnpm install
25
- run: pnpm lint
26
if: matrix.os == 'ubuntu-latest'
27
- - run: test:types
+ - run: pnpm test:types
28
29
- run: pnpm build
30
0 commit comments