Skip to content

Commit b314c24

Browse files
committed
ci: add step to generate Prisma client in workflow
1 parent 1a577db commit b314c24

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/push.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Install dependencies
1616
run: npm install
1717

18+
- name: Generate Prisma client
19+
run: npm run prisma:generate
20+
1821
- name: Build
1922
run: npm run build
2023

0 commit comments

Comments
 (0)