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