chore: auto-wire .githooks via prepare script so every clone gets the pre-push guard
This commit is contained in:
+2
-1
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user