Skip to content

Commit 7f93316

Browse files
committed
chore(workflows): remove DB package dependency installation step
1 parent 9265f0e commit 7f93316

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
run: rm -rf node_modules .bun
1919
- name: Install dependencies
2020
run: bun install --frozen-lockfile --ignore-scripts
21-
- name: Install DB package dependencies
22-
working-directory: ./packages/db
23-
run: bun install --frozen-lockfile --ignore-scripts
2421
- name: Generate Prisma client
2522
working-directory: ./packages/db
2623
run: bunx prisma generate

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
- name: Install dependencies
2323
run: bun install --frozen-lockfile --ignore-scripts
2424

25-
- name: Install DB package dependencies
26-
working-directory: ./packages/db
27-
run: bun install --frozen-lockfile --ignore-scripts
28-
2925
- name: Generate Prisma client
3026
working-directory: ./packages/db
3127
run: bunx prisma generate

0 commit comments

Comments
 (0)