Skip to content

Commit

Permalink
Update docker/docker-frontend.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Rusackas <evan@preset.io>
  • Loading branch information
mistercrunch and rusackas authored Jul 30, 2024
1 parent dd05b2a commit def959b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-frontend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ if [ "$BUILD_SUPERSET_FRONTEND_IN_DOCKER" = "true" ]; then
npm run dev

else
echo "Skipping frontend build steps - YOU NEED TO RUN IT MANUALLY ON THE HOST!"
echo "Skipping frontend build steps - YOU NEED TO RUN IT MANUALLY ON THE HOST! (https://superset.apache.org/docs/contributing/development/#webpack-dev-server)"
fi

0 comments on commit def959b

Please sign in to comment.