immich public proxy: replace npm install with npm ci for consistent dependency installation

This commit is contained in:
MickLesk
2026-06-17 15:08:31 +02:00
parent 00fe32dc3c
commit 2c5c0fb7c8
+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}"