Commit 4b30be7
fix(lefthook): replace hanging doctor prepush with direct test command
- Replace `doctor check --pre-push` (invalid syntax) with `bun run test`
- The doctor prepush command was hanging indefinitely during git push
- Direct test command is more transparent and works reliably
- Pre-push hook now completes in ~2 seconds instead of timing out
Resolves pre-push hook hang that required LEFTHOOK=0 to bypass.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 9f18dbd commit 4b30be7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
0 commit comments