mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Let people know how to bypass precommit hook
This commit is contained in:
parent
cc4bc3e165
commit
80d2a7a9b7
|
|
@ -21,5 +21,7 @@ fi
|
|||
if [ -n "$uglyFiles" ]; then
|
||||
echo "Prettify your files first:"
|
||||
echo 'yarn run pretty'
|
||||
echo ''
|
||||
echo 'If you see this message repeatedly, skip the check with git commit -n'
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue