ci(webui): verify npm and bun lockfiles

This commit is contained in:
chengyongru 2026-07-14 22:55:06 +08:00 committed by chengyongru
parent 5365bab088
commit 905da8e34a

View File

@ -64,9 +64,13 @@ jobs:
with:
bun-version: 1.3.6
- name: Verify npm lockfile
working-directory: webui
run: npm ci --ignore-scripts --dry-run
- name: Install WebUI dependencies
working-directory: webui
run: bun install
run: bun install --frozen-lockfile
- name: Lint WebUI
working-directory: webui