fix(wanderer): remove --omit=dev from update script to allow npm run build

This commit is contained in:
MickLesk
2026-05-19 08:28:25 +02:00
parent 0eebf13148
commit 75bf2bc152

View File

@@ -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"