Homarr: fix the build (#4569)

* fix homarr build

* Update homarr-install.sh
This commit is contained in:
Tobias
2025-05-18 21:13:39 +02:00
committed by GitHub
parent 19ddb4b2b1
commit cb431da23b
2 changed files with 2 additions and 2 deletions

View File

@@ -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"