From de00fa91ae988269c77438eff3e8456128b885f0 Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Mon, 26 Jun 2023 11:53:31 +0100 Subject: [PATCH] Generate db client before typecheck --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a99c3349..f9cff7410 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,9 @@ jobs: - name: 📥 Download deps run: pnpm install --frozen-lockfile + - name: 📀 Generate Prisma Client + run: pnpm run generate + - name: 🔎 Type check run: pnpm run typecheck