mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
remove node_modules
This commit is contained in:
parent
9926a576e7
commit
33343bc1ef
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue