diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index da6aa1a..2d684ac 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -37,6 +37,9 @@ jobs: - name: Install Dependencies run: pnpm install + - name: Build Prisma + run: cd server && pnpm prisma generate + - name: Lint Source Files run: pnpm run lint