Files
gemini-cli/.husky/pre-commit

10 lines
273 B
Plaintext
Raw Permalink Normal View History

npm run pre-commit || {
echo ''
echo '===================================================='
echo 'pre-commit checks failed. in case of emergency, run:'
echo ''
echo 'git commit --no-verify'
echo '===================================================='
exit 1
}