Generate db client before typecheck

This commit is contained in:
Eric Allam
2023-06-26 11:53:31 +01:00
parent 25d4f0b347
commit de00fa91ae
+3
View File
@@ -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