mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-05 09:17:50 +02:00
fix: address pre-push pnpm review findings
This commit is contained in:
Regular → Executable
+2
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user