apache / paimon-webui

Web ui for Apache Paimon.
https://paimon.apache.org/
Apache License 2.0
121 stars 58 forks source link

[Bugfix] FIx ui build error #426

Closed hdygxsj closed 3 months ago

hdygxsj commented 3 months ago

Purpose

close #425

The UI cannot be compiled properly by

mvn run install -Prelease

image

SteNicholas commented 3 months ago

@hdygxsj, you should not verify the fix via release profile.

hdygxsj commented 3 months ago

@hdygxsj, you should not verify the fix via release profile.

At present, only running 'clean install -Prelease' triggers the front-end compilation. A regular 'clean install' does not compile the front-end, preventing verification of whether the front-end can compile successfully.