We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0808c commit c3e8fd5Copy full SHA for c3e8fd5
3 files changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Install dependencies
31
working-directory: ${{ matrix.path }}
32
- run: bun install
+ run: bun install --frozen-lockfile
33
34
- name: Run ESLint
35
.gitignore
@@ -20,6 +20,8 @@ yarn.lock
20
pnpm-lock.yaml
21
bun.lockb
22
bun.lock
23
+!server/bun.lock
24
+!web/bun.lock
25
.idea
26
.vscode
27
.cursor
0 commit comments