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: