immich public proxy: replace npm install with npm ci for consistent dependency installation (#15166)

This commit is contained in:
CanbiZ (MickLesk)
2026-06-17 15:34:27 +02:00
committed by GitHub
parent 1d8518b305
commit 5169c61968
+2 -2
View File
@@ -99,7 +99,7 @@ function update() {
msg_info "Installing dependencies"
cd "$CONFIG_PATH"
$STD npm install
$STD npm ci
msg_ok "Installed dependencies"
msg_info "Building ${APP}"
@@ -151,7 +151,7 @@ function install() {
msg_info "Installing dependencies"
cd "$CONFIG_PATH"
$STD npm install
$STD npm ci
msg_ok "Installed dependencies"
msg_info "Building ${APP}"