remove node_modules

This commit is contained in:
yuneng-jiang
2026-01-31 19:57:54 -08:00
parent 9926a576e7
commit 33343bc1ef
+5 -2
View File
@@ -3754,8 +3754,11 @@ jobs:
cd ui/litellm-dashboard
# Install dependencies using npm ci (faster and more reliable for CI)
npm ci
# Remove node_modules and package-lock to ensure clean install (fixes dependency resolution issues)
rm -rf node_modules package-lock.json
# Install dependencies first
npm install
# Now source the build script
source ./build_ui.sh