no log: Fix a protential issue which may crash the release pipeline

This commit is contained in:
Liang Yi 2021-09-01 00:36:39 +08:00
parent 706039af64
commit c11483ecc1
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
cd frontend || exit
[ -n "$CI" ] && exit 0
cd frontend
npx pretty-quick --staged