Skip to content

Commit 03da2ee

Browse files
authored
Mariano/fix trigger 3 (#1803)
* refactor(prisma): improve schema resolution logic and add candidates search * chore(prisma): add script to generate Prisma client after installation * refactor(prisma): enhance schema resolution and update related logic * refactor(prisma): update Prisma client generation script and remove old script * chore(prisma): update postinstall script for Prisma client generation * chore(prisma): remove postinstall script for Prisma client generation * chore(prisma): add script to copy schema and generate client in deploy * chore(workflow): update DB package build step in deployment workflow
1 parent a98b34f commit 03da2ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trigger-tasks-deploy-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- name: Install Email package dependencies
2525
working-directory: ./packages/email
2626
run: bun install --frozen-lockfile --ignore-scripts
27-
- name: Generate Prisma client
27+
- name: Build DB package
2828
working-directory: ./packages/db
29-
run: bunx prisma generate
29+
run: bun run build
3030
- name: Copy schema to app and generate client
3131
working-directory: ./apps/app
3232
run: |

0 commit comments

Comments
 (0)