mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-23 01:35:05 +00:00
remove node_modules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user