Commit a183f3c
Add typecheck step to CI (#685)
Add a "typecheck" script (tsc --noEmit) to package.json and run it
in CI before lint and test. This catches TypeScript type errors that
esbuild silently ignores during bundling.
Co-authored-by: Thomas Ruggeri <truggeri@github.com>1 parent 5e17564 commit a183f3c
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments