We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0661cc + 5524446 commit 91f5addCopy full SHA for 91f5add
.github/workflows/trigger-tasks-deploy-release.yml
@@ -21,6 +21,9 @@ jobs:
21
22
- name: Install dependencies
23
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
27
28
- name: Generate Prisma client
29
working-directory: ./packages/db
0 commit comments