mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 01:23:53 +00:00
10 lines
273 B
Plaintext
Executable File
10 lines
273 B
Plaintext
Executable File
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
|
|
}
|