chore: fix pre-hook of web

This commit is contained in:
JzoNg 2026-04-03 16:21:32 +08:00
parent 2bb0eab636
commit 8133e550ed

View File

@ -77,7 +77,7 @@ if $web_modified; then
fi
cd ./web || exit 1
vp staged
pnpm exec vp staged
if $web_ts_modified; then
echo "Running TypeScript type-check:tsgo"