mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Let people know how to bypass precommit hook
This commit is contained in:
parent
cc4bc3e165
commit
80d2a7a9b7
1 changed files with 2 additions and 0 deletions
|
@ -21,5 +21,7 @@ fi
|
||||||
if [ -n "$uglyFiles" ]; then
|
if [ -n "$uglyFiles" ]; then
|
||||||
echo "Prettify your files first:"
|
echo "Prettify your files first:"
|
||||||
echo 'yarn run pretty'
|
echo 'yarn run pretty'
|
||||||
|
echo ''
|
||||||
|
echo 'If you see this message repeatedly, skip the check with git commit -n'
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue