Add dev enviroment to rebuild during update

This commit is contained in:
Michel Roegl-Brunner
2026-08-25 10:03:13 +02:00
parent 803fbfdd9f
commit 57e7336085

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"