chore: update pre-commit hook (#2904)

This commit is contained in:
Alex Yang
2023-06-28 19:24:37 +08:00
committed by GitHub
parent 5496969e58
commit bc14d54cfa

View File

@@ -2,7 +2,10 @@
. "$(dirname -- "$0")/_/husky.sh"
# check lockfile is up to date
yarn install
yarn install --mode=update-lockfile
# lint staged files
yarn exec lint-staged
# type check
yarn typecheck