mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-28 07:11:00 +02:00
Add dev enviroment to rebuild during update (#16747)
This commit is contained in:
committed by
GitHub
parent
bc1962a7a8
commit
ac561905b2
+2
-2
@@ -47,11 +47,11 @@ function update_script() {
|
||||
msg_ok "Configured Database Provider"
|
||||
|
||||
msg_info "Rebuilding Application"
|
||||
$STD npm ci
|
||||
$STD npm ci --include=dev
|
||||
$STD npx prisma generate
|
||||
$STD npx tsc
|
||||
cd /opt/excalidash/frontend
|
||||
$STD npm ci
|
||||
$STD npm ci --include=dev
|
||||
$STD npm run build
|
||||
cp -r /opt/excalidash/frontend/dist/. /var/www/excalidash/
|
||||
msg_ok "Rebuilt Application"
|
||||
|
||||
Reference in New Issue
Block a user