chore: auto-wire .githooks via prepare script so every clone gets the pre-push guard

This commit is contained in:
2026-08-21 13:48:57 -05:00
parent f967e2fc1a
commit 2d44b668de
+2 -1
View File
@@ -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": [