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.
1 parent a0ec93e commit 08ffeebCopy full SHA for 08ffeeb
.github/workflows/ci.yml
@@ -26,7 +26,6 @@ jobs:
26
with:
27
bun-version: latest
28
- run: bun i --frozen-lockfile
29
- working-directory: server
30
- run: bunx prisma db push
31
working-directory: server
32
@@ -39,7 +38,7 @@ jobs:
39
38
- uses: oven-sh/setup-bun@v2
40
41
42
- - run: bun install
+ - run: bun install --frozen-lockfile
43
- run: bun run build
44
45
biome:
0 commit comments