fix: address pre-push pnpm review findings

This commit is contained in:
benno0o
2026-08-29 13:40:53 -04:00
committed by haelyra
parent 03b441792e
commit b48f22f08c
2 changed files with 24 additions and 19 deletions
Regular → Executable
+2
View File
@@ -62,6 +62,8 @@ has_node_script() {
run_pnpm() {
if command -v corepack >/dev/null 2>&1; then
# Corepack may download the pinned pnpm version on a cache miss. Set
# COREPACK_ENABLE_NETWORK=0 to make an offline cache miss fail immediately.
corepack pnpm "$@"
elif command -v pnpm >/dev/null 2>&1; then
pnpm "$@"