mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
migrate to bun.lockb
This commit is contained in:
parent
ef6530d246
commit
f5edcf1964
1
.github/workflows/cache-factory.yaml
vendored
1
.github/workflows/cache-factory.yaml
vendored
@ -28,6 +28,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
make_cache:
|
make_cache:
|
||||||
|
if: false # Temporarily disabled
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -280,7 +280,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
if: steps.filter.outcome != 'success' || steps.filter.outputs.changes == 'true'
|
if: steps.filter.outcome != 'success' || steps.filter.outputs.changes == 'true'
|
||||||
run: bun install --frozen-lockfile
|
run: bun install
|
||||||
|
|
||||||
- name: TypeScript typecheck
|
- name: TypeScript typecheck
|
||||||
if: steps.filter.outcome != 'success' || steps.filter.outputs.changes == 'true'
|
if: steps.filter.outcome != 'success' || steps.filter.outputs.changes == 'true'
|
||||||
|
|||||||
2
bunfig.toml
Normal file
2
bunfig.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[install]
|
||||||
|
saveTextLockfile = false
|
||||||
Loading…
x
Reference in New Issue
Block a user