potiuk commented on code in PR #58845:
URL: https://github.com/apache/airflow/pull/58845#discussion_r2573155425
##########
dev/breeze/src/airflow_breeze/utils/run_utils.py:
##########
@@ -260,6 +260,42 @@ def assert_prek_installed():
sys.exit(1)
+def check_pnpm_installed():
Review Comment:
```
- id: ts-compile-lint-ui
name: Compile / format / lint UI
description: TS types generation / ESLint / Prettier new UI files
language: node
files: |
(?x)
^src/airflow/ui/.*\.(js|ts|tsx|yaml|css|json)$|
^src/airflow/api_fastapi/core_api/openapi/.*\.yaml$|
^src/airflow/api_fastapi/auth/managers/simple/openapi/v1.*\.yaml$
exclude: |
(?x)
^src/airflow/ui/node-modules/.*|
^src/airflow/ui/.pnpm-store
entry: ../scripts/ci/prek/ts_compile_lint_ui.py
```
--
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]