Skip to content

Commit e07b9f9

Browse files
committed
add github workflow
1 parent ba12691 commit e07b9f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deployment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install dependencies
2323
run: pnpm install
2424

25+
- name: Generate Prisma File
26+
run: cd apps/api && pnpm prisma generate
27+
2528
- name: Lint
2629
run: pnpm lint
2730

0 commit comments

Comments
 (0)