simple-icons/.husky/pre-commit
2021-10-28 16:29:05 -07:00

8 lines
108 B
Bash
Executable file

#!/bin/sh
. "$(dirname $0)/_/husky.sh"
git stash -q --keep-index
npm run format
git add .
git stash pop -q