From cb431da23b580869e199a3e97531bce215543929 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 18 May 2025 21:13:39 +0200 Subject: [PATCH] Homarr: fix the build (#4569) * fix homarr build * Update homarr-install.sh --- ct/homarr.sh | 2 +- install/homarr-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/homarr.sh b/ct/homarr.sh index 9d3a220a3..1deb0f044 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -125,7 +125,7 @@ EOF fetch_and_deploy_gh_release "homarr-labs/homarr" mv /opt/homarr-data-backup/.env /opt/homarr/.env cd /opt/homarr - $STD pnpm install + $STD pnpm install --recursive --frozen-lockfile --shamefully-hoist $STD pnpm build cp /opt/homarr/apps/nextjs/next.config.ts . cp /opt/homarr/apps/nextjs/package.json . diff --git a/install/homarr-install.sh b/install/homarr-install.sh index fcf7f32f5..6bdd57b4b 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -47,7 +47,7 @@ TURBO_TELEMETRY_DISABLED=1 AUTH_PROVIDERS='credentials' NODE_ENV='production' EOF -$STD pnpm install +$STD pnpm install --recursive --frozen-lockfile --shamefully-hoist $STD pnpm build msg_ok "Installed Homarr"