mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-05 22:42:10 +08:00
7 lines
104 B
Bash
Executable file
7 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
[ -n "$CI" ] && exit 0
|
|
|
|
cd frontend
|
|
npx pretty-quick --staged
|