mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-17 21:11:19 +02:00
immich public proxy: replace npm install with npm ci for consistent dependency installation (#15166)
This commit is contained in:
committed by
GitHub
parent
1d8518b305
commit
5169c61968
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user