Dispatcharr: use npm install --no-audit --progress=false (#13074)

This commit is contained in:
CanbiZ (MickLesk)
2026-03-19 08:35:09 +01:00
committed by GitHub
parent 31750a6896
commit 2a11d8e2d3
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ function update_script() {
msg_info "Building Frontend"
cd /opt/dispatcharr/frontend
$STD npm install --legacy-peer-deps
$STD npm install --no-audit --progress=false
$STD npm run build
msg_ok "Built Frontend"

View File

@@ -66,7 +66,7 @@ CELERY_BROKER_URL=redis://localhost:6379/0
DJANGO_SECRET_KEY=$DJANGO_SECRET
EOF
cd /opt/dispatcharr/frontend
$STD npm install --legacy-peer-deps
$STD npm install --no-audit --progress=false
$STD npm run build
msg_ok "Configured Dispatcharr"