.gitea/workflows/ci.yaml aktualisiert
Some checks failed
CI / Build (push) Successful in 1m9s
CI / Deploy (push) Failing after 2s

This commit is contained in:
2026-04-12 20:43:27 +02:00
parent 3aeeffefd1
commit 053a170cf2

View File

@@ -33,7 +33,7 @@ jobs:
run: rm -rf .next
- name: Install dependencies
run: npm ci
run: npm install
- name: Prisma generate
run: npx prisma generate