mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-23 15:17:40 +08:00
6 lines
88 B
Text
6 lines
88 B
Text
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
cd frontend || exit
|
||
|
npx pretty-quick --staged
|