ci: relax webui install lock check

This commit is contained in:
chengyongru 2026-06-26 11:40:30 +08:00 committed by Xubin Ren
parent e79cb816e3
commit cd1fb61eb5

View File

@ -66,7 +66,7 @@ jobs:
- name: Install WebUI dependencies
working-directory: webui
run: bun install --frozen-lockfile
run: bun install
- name: Lint WebUI
working-directory: webui