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"