Add dev enviroment to rebuild during update (#16747)

This commit is contained in:
Michel Roegl-Brunner
2026-08-25 10:28:18 +02:00
committed by GitHub
parent bc1962a7a8
commit ac561905b2
+2 -2
View File
@@ -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"