1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-21 23:32:31 +00:00

no log: Add pattern parameter to the pretty-quick hook to limit the effective scope

This commit is contained in:
LASER-Yi 2022-08-29 21:33:22 +08:00
parent c2c0cbda0b
commit 34d6185346

View file

@ -3,5 +3,5 @@
[ -n "$CI" ] && exit 0
cd frontend
npx pretty-quick --staged
cd frontend || exit
npx pretty-quick --staged --pattern "frontend/**/*.*"