mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-09 20:58:12 +01:00
Wanderer: include dev dependencies during build (#14577)
* fix(wanderer): include dev dependencies during build * fix(wanderer): remove --omit=dev from update script to allow npm run build
This commit is contained in:
committed by
GitHub
parent
0cab1f7f89
commit
c874324f06
+1
-1
@@ -41,7 +41,7 @@ function update_script() {
|
|||||||
$STD go mod tidy
|
$STD go mod tidy
|
||||||
$STD go build
|
$STD go build
|
||||||
cd /opt/wanderer/source/web
|
cd /opt/wanderer/source/web
|
||||||
$STD npm ci --omit=dev
|
$STD npm ci
|
||||||
$STD npm run build
|
$STD npm run build
|
||||||
msg_ok "Updated wanderer"
|
msg_ok "Updated wanderer"
|
||||||
|
|
||||||
|
|||||||
@@ -24,8 +24,7 @@ cd /opt/wanderer/source/db
|
|||||||
$STD go mod tidy
|
$STD go mod tidy
|
||||||
$STD go build
|
$STD go build
|
||||||
cd /opt/wanderer/source/web
|
cd /opt/wanderer/source/web
|
||||||
$STD npm ci -s vitest
|
$STD npm ci
|
||||||
$STD npm ci --omit=dev
|
|
||||||
$STD npm run build
|
$STD npm run build
|
||||||
msg_ok "Installed wanderer"
|
msg_ok "Installed wanderer"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user