migrate to bun.lockb

This commit is contained in:
Jamie Pine 2025-12-10 20:31:10 -08:00
parent ef6530d246
commit f5edcf1964
5 changed files with 4 additions and 5833 deletions

View File

@ -28,6 +28,7 @@ env:
jobs:
make_cache:
if: false # Temporarily disabled
strategy:
fail-fast: true
matrix:

View File

@ -280,7 +280,7 @@ jobs:
- name: Install dependencies
if: steps.filter.outcome != 'success' || steps.filter.outputs.changes == 'true'
run: bun install --frozen-lockfile
run: bun install
- name: TypeScript typecheck
if: steps.filter.outcome != 'success' || steps.filter.outputs.changes == 'true'

5832
bun.lock

File diff suppressed because it is too large Load Diff

BIN
bun.lockb Executable file

Binary file not shown.

2
bunfig.toml Normal file
View File

@ -0,0 +1,2 @@
[install]
saveTextLockfile = false