diff --git a/.vite-hooks/pre-commit b/.vite-hooks/pre-commit index a4b5531ab1..9797ad8dcd 100755 --- a/.vite-hooks/pre-commit +++ b/.vite-hooks/pre-commit @@ -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"