Skip to content

Commit 5524446

Browse files
authored
Mariano/fix deps 4 (#1644)
* chore(workflows): add step to install DB package dependencies
1 parent 974003c commit 5524446

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)