Commit af19345
Fix typecheck command in PR quality checks workflow
The workflow was running 'yarn turbo run type-check' which includes all packages,
but the docs package has TypeScript errors. The existing 'yarn typecheck' script
in package.json runs with '--filter=@lambdacurry/forms' to only check the main
components package. Updated the workflow to match this behavior.
Co-authored-by: Jake Ruesink <jake@lambdacurry.dev>1 parent 69c6859 commit af19345
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
0 commit comments