From 0f13695d2dc9b55b950d94108c7fbab668e80517 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Sun, 8 Mar 2026 15:38:19 -0700 Subject: [PATCH] fix(ci): gotta gen the prisma --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f099afd..de3fef5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -37,6 +37,9 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile + - name: Generate Prisma client + run: pnpm --filter @elysium/api exec prisma generate + - name: Lint (types package) run: pnpm --filter @elysium/types lint