Commit a8301d5
authored
build: add
The `build` step passes silently if there are TypeScript errors in the TypeScript files.
This will add the command `npm run typecheck` to check all types in the codebase.
We should probably add this as a CI step at some point - atm there are too many failing types to turn it ontypecheck script to package.json
1 parent 0a72572 commit a8301d5
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments