addressing comments and build fail

This commit is contained in:
yuneng-jiang
2026-02-14 13:52:26 -08:00
parent bb9049de44
commit 2c02a71ef4
+3 -1
View File
@@ -1,4 +1,6 @@
name: UI Build Check
permissions:
contents: read
on:
pull_request:
@@ -23,7 +25,7 @@ jobs:
cache-dependency-path: ui/litellm-dashboard/package-lock.json
- name: Install dependencies
run: npm ci
run: npm install
- name: Build
run: npm run build