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

pull/1663/head v0.9.8
Liang Yi 3 years ago
parent 706039af64
commit c11483ecc1

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

Loading…
Cancel
Save