diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7cdce8d..b5d4e19 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,6 +28,9 @@ jobs: - name: Install Dependencies run: pnpm install + - name: Build Database + run: pnpm prisma generate + - name: Lint Source Files run: pnpm run lint