fix(pre-commit): improve monorepo handling and failure messaging (#9123)

Co-authored-by: matt korwel <matt.korwel@gmail.com>
This commit is contained in:
Keith Lyons
2025-09-23 11:57:24 -04:00
committed by GitHub
parent c93eed6384
commit 82625fc07a
3 changed files with 32 additions and 2 deletions

View File

@@ -52,7 +52,7 @@
"telemetry": "node scripts/telemetry.js",
"check:lockfile": "node scripts/check-lockfile.js",
"clean": "node scripts/clean.js",
"pre-commit": "lint-staged"
"pre-commit": "node scripts/pre-commit.js"
},
"bin": {
"gemini": "bundle/gemini.js"