Chore: migrate to pnpm only (#4907)

This commit is contained in:
shamoon 2025-03-11 09:41:25 -07:00 committed by GitHub
parent bb5cb36491
commit 1f282a1a93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 8772 deletions

View file

@ -10,7 +10,7 @@ RUN <<EOF
apk add libc6-compat
apk add --virtual .gyp python3 make g++
npm install -g pnpm
npm install -g next
pnpm install -g next
EOF
RUN --mount=type=cache,id=pnpm-store,target=/root/.local/share/pnpm/store pnpm fetch | grep -v "cross-device link not permitted\|Falling back to copying packages from store"