mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 07:42:32 +00:00
no log: Add pattern parameter to the pretty-quick hook to limit the effective scope
This commit is contained in:
parent
c2c0cbda0b
commit
34d6185346
1 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@
|
||||||
|
|
||||||
[ -n "$CI" ] && exit 0
|
[ -n "$CI" ] && exit 0
|
||||||
|
|
||||||
cd frontend
|
cd frontend || exit
|
||||||
npx pretty-quick --staged
|
npx pretty-quick --staged --pattern "frontend/**/*.*"
|
||||||
|
|
Loading…
Reference in a new issue