Remove deprecated shebang that will fail in husky v10. Before (deprecated): #!/bin/sh After (v10-compatible): Direct commands without shebang Ref: https://github.com/typicode/husky/issues/1476 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
3 lines
84 B
Plaintext
Executable File
3 lines
84 B
Plaintext
Executable File
npx lint-staged
|
|
npx git-secrets --scan || echo "Warning: git-secrets not installed"
|