fix(ci): gotta gen the prisma
CI / Lint, Build & Test (pull_request) Failing after 29s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Failing after 23s

This commit is contained in:
2026-03-08 15:38:19 -07:00
parent b70b0b04bf
commit 0f13695d2d
+3
View File
@@ -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