mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-06-04 10:14:47 +08:00
25a5b81c59
The hook ran format:fix but didn't re-stage the modified files, so commits went through with unformatted code and CI caught the diff. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 lines
94 B
Plaintext
3 lines
94 B
Plaintext
pnpm run format:fix
|
|
git diff --name-only -- 'src/**/*.ts' | xargs git add 2>/dev/null || true
|