Skip to content

Commit 3d29d99

Browse files
aster-voidnakaterm
authored andcommitted
fix: delete bun.lock from sub packages (#675)
1 parent 814ba36 commit 3d29d99

5 files changed

Lines changed: 3 additions & 1578 deletions

File tree

.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:

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/bun.lock

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)