Commit 48ba490
committed
fix(build): restore build step in pre-push hook using direct node calls
The previous fix removed the build step because pnpm run deadlocks in
submodule context. Direct node invocations (node .../bin/tsx, node
.../bin/tsc) avoid the deadlock. Full gates restored: lint, typecheck,
frontend build, CLI shebang, integration test.1 parent 174c67e commit 48ba490
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments