Replace npm install with npm ci for frontend build

This commit is contained in:
CanbiZ (MickLesk)
2026-02-27 10:51:13 +01:00
committed by GitHub
parent 60a3ca6f25
commit 58e8dfbd49

View File

@@ -22,7 +22,7 @@ fetch_and_deploy_gh_release "booklore" "booklore-app/BookLore" "tarball"
msg_info "Building Frontend" msg_info "Building Frontend"
cd /opt/booklore/booklore-ui cd /opt/booklore/booklore-ui
$STD npm install --omit=dev --legacy-peer-deps $STD npm ci
$STD npm run build --configuration=production $STD npm run build --configuration=production
msg_ok "Built Frontend" msg_ok "Built Frontend"