Skip to content

Commit 08ffeeb

Browse files
committed
fix(ci): run bun install at root
1 parent a0ec93e commit 08ffeeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
with:
2727
bun-version: latest
2828
- run: bun i --frozen-lockfile
29-
working-directory: server
3029
- run: bunx prisma db push
3130
working-directory: server
3231

@@ -39,7 +38,7 @@ jobs:
3938
- uses: oven-sh/setup-bun@v2
4039
with:
4140
bun-version: latest
42-
- run: bun install
41+
- run: bun install --frozen-lockfile
4342
- run: bun run build
4443

4544
biome:

0 commit comments

Comments
 (0)