Fix: CI=false damit Warnings den Build nicht stoppen

This commit is contained in:
2026-06-01 21:36:30 +02:00
parent cabb50a1b8
commit 22986d96b6

View File

@@ -34,6 +34,8 @@ jobs:
- name: Build frontend
working-directory: frontend
run: npm run build
env:
CI: false
deploy:
name: Deploy to Production