Update .forgejo/workflows/ci.yml
All checks were successful
Build Resilient App / build (push) Successful in 16m16s

This commit is contained in:
root 2025-06-11 00:20:17 +01:00
parent e6740d4748
commit 6c3aa16064

View file

@ -37,7 +37,7 @@ jobs:
- name: Build frontend
run: |
cd src/main/webapp
npm run build -- --configuration production
npm run build
- name: Build backend (Spring Boot)
run: |