forked from open-webui/open-webui
fix: 🚑 fix CI
This commit is contained in:
parent
28682aad88
commit
a1d2c4050c
2 changed files with 1 additions and 1 deletions
2
.github/workflows/format-build-frontend.yaml
vendored
2
.github/workflows/format-build-frontend.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
uses: oven-sh/setup-bun@v1
|
||||
- run: bun --version
|
||||
- name: Install frontend dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
run: bun install
|
||||
- name: Format frontend
|
||||
run: bun run format
|
||||
- name: Build frontend
|
||||
|
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
Loading…
Reference in a new issue