Skip to content

Commit 91f5add

Browse files
committed
chore: merge main into release for new releases
2 parents e0661cc + 5524446 commit 91f5add

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121

2222
- name: Install dependencies
2323
run: bun install --frozen-lockfile || bun install --frozen-lockfile --ignore-scripts
24+
- name: Install DB package dependencies
25+
working-directory: ./packages/db
26+
run: bun install --frozen-lockfile --ignore-scripts
2427

2528
- name: Generate Prisma client
2629
working-directory: ./packages/db

0 commit comments

Comments
 (0)