bazarr/frontend/.husky/pre-commit

8 lines
104 B
Text
Raw Normal View History

2021-08-30 01:16:47 +08:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
[ -n "$CI" ] && exit 0
cd frontend
2021-08-30 01:16:47 +08:00
npx pretty-quick --staged