mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
9 lines
273 B
Text
Executable file
9 lines
273 B
Text
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
|
|
}
|