1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-27 01:57:33 +00:00
bazarr/frontend/.husky/pre-commit

8 lines
140 B
Text
Raw Normal View History

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