mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 16:51:17 +00:00
commit
395169410b
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
|
uses: oven-sh/setup-bun@v1
|
||||||
- run: bun --version
|
- run: bun --version
|
||||||
- name: Install frontend dependencies
|
- name: Install frontend dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install
|
||||||
- name: Format frontend
|
- name: Format frontend
|
||||||
run: bun run format
|
run: bun run format
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
|
Loading…
Reference in New Issue
Block a user