Skip to content

Commit 58528f1

Browse files
committed
Merge remote-tracking branch 'origin/main' into upgrade-svelte
2 parents e10e508 + 9bd021c commit 58528f1

File tree

4 files changed

+1151
-4
lines changed

4 files changed

+1151
-4
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: oven-sh/setup-bun@v2
3030

3131

32-
- run: bun install
32+
- run: bun install --frozen-lockfile
3333

3434
- run: bun biome ci
3535
- run: bun oxlint-ci
@@ -55,7 +55,7 @@ jobs:
5555
- if: ${{ github.event_name != 'release' }}
5656
uses: oven-sh/setup-bun@v2
5757

58-
- run: bun install
58+
- run: bun install --frozen-lockfile
5959

6060
- run: bun build-webview
6161

@@ -91,7 +91,7 @@ jobs:
9191
- if: ${{ github.event_name != 'release' }}
9292
uses: oven-sh/setup-bun@v2
9393

94-
- run: bun install
94+
- run: bun install --frozen-lockfile
9595
- run: bun build-webview
9696

9797
- uses: actions/upload-artifact@v4

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
no-cache: true
2020

21-
- run: bun install
21+
- run: bun install --frozen-lockfile
2222

2323
- name: "Build Demo Website"
2424
run: bun build-demo

0 commit comments

Comments
 (0)