Files
runtime/.husky/pre-commit
T
Hanzo AI 4b33b7be50 chore(husky): switch pre-commit from yarn to pnpm
package.json already declares packageManager: pnpm@9.15.2 — the
yarn invocation in the pre-commit hook was the last yarn holdout
and broke on machines where corepack enforces the declared pnpm.
pnpm exec lint-staged is the canonical equivalent.
2026-05-25 17:01:53 -07:00

7 lines
117 B
Bash
Executable File

#!/bin/sh
pnpm exec lint-staged
# Run sync generator check for Python SDK
./.husky/pre-commit-sdk-py-sync-check.sh