From 58e8dfbd49502e37fa1e17999151cfe2521714ac Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 27 Feb 2026 10:51:13 +0100 Subject: [PATCH] Replace npm install with npm ci for frontend build --- install/booklore-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/booklore-install.sh b/install/booklore-install.sh index 5d5cd7a17..6d4ff19ca 100644 --- a/install/booklore-install.sh +++ b/install/booklore-install.sh @@ -22,7 +22,7 @@ fetch_and_deploy_gh_release "booklore" "booklore-app/BookLore" "tarball" msg_info "Building Frontend" cd /opt/booklore/booklore-ui -$STD npm install --omit=dev --legacy-peer-deps +$STD npm ci $STD npm run build --configuration=production msg_ok "Built Frontend"