mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
Dispatcharr: use npm install --no-audit --progress=false (#13074)
This commit is contained in:
parent
31750a6896
commit
2a11d8e2d3
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue