chore: update pre-commit hook (#2904)

This commit is contained in:
Alex Yang
2023-06-28 19:24:37 +08:00
parent bff8ca6178
commit b31aa44d40
+4 -1
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