mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-25 01:44:57 +02:00
fix(wanderer): remove --omit=dev from update script to allow npm run build
This commit is contained in:
@@ -41,7 +41,7 @@ function update_script() {
|
||||
$STD go mod tidy
|
||||
$STD go build
|
||||
cd /opt/wanderer/source/web
|
||||
$STD npm ci --omit=dev
|
||||
$STD npm ci
|
||||
$STD npm run build
|
||||
msg_ok "Updated wanderer"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user