mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -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
|
||||
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…
Add table
Reference in a new issue