From 3dfb6eab6264b338984cfe76a59d84e4b1092077 Mon Sep 17 00:00:00 2001 From: Luis Date: Sat, 13 Jun 2026 15:26:50 +0200 Subject: [PATCH] =?UTF-8?q?new=20workfl=C3=B6ow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ee9aa6d..ec5368f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -15,6 +15,9 @@ jobs: - name: Install dependencies run: npm ci + - name: Rebuild Prisma Client + run: npx prisma generate + - name: Build run: npm run build env: