Skip to content

Commit c3e8fd5

Browse files
committed
Stabilize web CI dependencies
1 parent fd0808c commit c3e8fd5

3 files changed

Lines changed: 2515 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install dependencies
3131
working-directory: ${{ matrix.path }}
32-
run: bun install
32+
run: bun install --frozen-lockfile
3333

3434
- name: Run ESLint
3535
working-directory: ${{ matrix.path }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ yarn.lock
2020
pnpm-lock.yaml
2121
bun.lockb
2222
bun.lock
23+
!server/bun.lock
24+
!web/bun.lock
2325
.idea
2426
.vscode
2527
.cursor

0 commit comments

Comments
 (0)