Commit 055a178
committed
fix: remove redundant test typecheck step from CI
The separate tsc typecheck for tests was failing due to issues with
Speakeasy-generated funcs files. This step is redundant since:
- pnpm run build already type-checks the source
- vitest handles type-checking when running tests1 parent e2f3ceb commit 055a178
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
| |||
0 commit comments