mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 15:54:26 +00:00
7 lines
140 B
Bash
Executable file
7 lines
140 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
[ -n "$CI" ] && exit 0
|
|
|
|
cd frontend || exit
|
|
npx pretty-quick --staged --pattern "frontend/**/*.*"
|