fix: keep hooks clean and close bash stdin

This commit is contained in:
bellman
2026-06-03 20:20:04 +09:00
parent ce116d9dfa
commit d07664b44c
2 changed files with 39 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ cd "$repo_root"
if [[ -x scripts/roadmap-check-ids.sh ]]; then
echo "pre-push: scripts/roadmap-check-ids.sh" >&2
scripts/roadmap-check-ids.sh
scripts/roadmap-check-ids.sh >&2
fi
if [[ "${SKIP_CLAW_PRE_PUSH_BUILD:-}" == "1" ]]; then