jscheffl commented on code in PR #56456:
URL: https://github.com/apache/airflow/pull/56456#discussion_r2784533699
##########
dev/breeze/src/airflow_breeze/utils/run_utils.py:
##########
@@ -508,6 +508,7 @@ def run_compile_ui_assets(
dev: bool,
run_in_background: bool,
force_clean: bool,
+ additional_ui_hooks: list[str],
):
if force_clean:
clean_ui_assets()
Review Comment:
Added cleaning as well... but unfortunately is a bit "hard wired" against
edge now. Hope this is OK?
Found also that simepl UI was missed in cleaning, added this as well :-D
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]