fix(frontend/docker, ci): fix borked Docker build due to Lerna v8 uplift (#29725)

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
Đỗ Trọng Hải 2024-07-31 01:07:55 +07:00 committed by GitHub
parent 134ca38b8d
commit 8891f04f11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ fi
if [ "$BUILD_SUPERSET_FRONTEND_IN_DOCKER" = "true" ]; then
cd /app/superset-frontend
npm install -f --no-optional --global webpack webpack-cli
npm install -f --no-optional
npm install -f
echo "Running frontend"
npm run dev

View File

@ -92,7 +92,7 @@
"mustache": "^2.2.1",
"nanoid": "^5.0.7",
"polished": "^4.3.1",
"prop-types": "^15.7.2",
"prop-types": "^15.8.1",
"query-string": "^6.13.7",
"rc-trigger": "^5.3.4",
"re-resizable": "^6.9.11",

View File

@ -156,7 +156,7 @@
"mousetrap": "^1.6.5",
"mustache": "^2.2.1",
"polished": "^4.3.1",
"prop-types": "^15.7.2",
"prop-types": "^15.8.1",
"query-string": "^6.13.7",
"rc-trigger": "^5.3.4",
"re-resizable": "^6.9.11",