Skip to content

Commit

Permalink
fix(frontend/docker, ci): fix borked Docker build due to Lerna v8 upl…
Browse files Browse the repository at this point in the history
…ift (#29725)

Signed-off-by: hainenber <dotronghai96@gmail.com>
(cherry picked from commit 8891f04)
  • Loading branch information
hainenber authored and sadpandajoe committed Nov 13, 2024
1 parent f7cfd91 commit 72df46a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-frontend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,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",
Expand Down

0 comments on commit 72df46a

Please sign in to comment.