From c746288fb08d27181cb2fb5b7077dfd45c3628e1 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:02:28 +0100 Subject: [PATCH] Change npm command from ci to install --- ct/mediamanager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/mediamanager.sh b/ct/mediamanager.sh index e407fc2a6..27a21f70f 100644 --- a/ct/mediamanager.sh +++ b/ct/mediamanager.sh @@ -44,7 +44,7 @@ function update_script() { export PUBLIC_API_URL="" export BASE_PATH="/web" cd /opt/mediamanager/web - $STD npm ci --no-fund --no-audit + $STD npm install --no-fund --no-audit $STD npm run build rm -rf "$FRONTEND_FILES_DIR"/build cp -r build "$FRONTEND_FILES_DIR"