mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Chore: migrate to pnpm only (#4907)
This commit is contained in:
parent
bb5cb36491
commit
1f282a1a93
5 changed files with 8 additions and 8772 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue