feat(optimize): optimize Falukant 3D models during build and update deployment scripts

This commit is contained in:
Torsten Schulz (local)
2026-07-24 13:31:08 +02:00
parent 2b6c747616
commit 12985bf3fa
6 changed files with 51 additions and 20 deletions

View File

@@ -44,6 +44,9 @@ if [ $? -ne 0 ]; then
fi
# 5b. Frontend neu bauen
echo "Optimiere Falukant-3D-Modelle..."
npm run optimize-models
npm run build
if [ $? -ne 0 ]; then