mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-23 14:17:46 -04:00
no log: Fix a protential issue which may crash the release pipeline
This commit is contained in:
parent
706039af64
commit
c11483ecc1
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
cd frontend || exit
|
||||
[ -n "$CI" ] && exit 0
|
||||
|
||||
cd frontend
|
||||
npx pretty-quick --staged
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue