From 2d44b668de209ed79147bc20cddef5367225b0e1 Mon Sep 17 00:00:00 2001 From: "will.anderson" Date: Fri, 21 Aug 2026 13:48:57 -0500 Subject: [PATCH] chore: auto-wire .githooks via prepare script so every clone gets the pre-push guard --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e293ad88e..33b9afd84 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "random": "echo 'Random script'", "sso": "aws sso login --sso-session=opencode --no-browser", "translate:app": "bun run script/translate-app.ts", - "test": "echo 'do not run tests from root' && exit 1" + "test": "echo 'do not run tests from root' && exit 1", + "prepare": "git config core.hooksPath .githooks || exit 0" }, "workspaces": { "packages": [