Commit 5ac2841
Add web TypeScript check to Lefthook pre-commit
The pre-commit hook was only running tsc for the root project.
Web TypeScript errors could slip through to CI. Now runs
cd web && tsc -b when web/**/*.{ts,tsx} files are staged.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1fe887d commit 5ac2841
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments