This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch kaxil-patch-1
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 723d8b38d2147181460cf55f06372b24520c6107
Author: Kaxil Naik <kaxiln...@apache.org>
AuthorDate: Mon Oct 14 17:47:53 2024 +0100

    Minor updates in UI contributing docs
---
 contributing-docs/14_node_environment_setup.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contributing-docs/14_node_environment_setup.rst 
b/contributing-docs/14_node_environment_setup.rst
index 81ced88240..25635a8976 100644
--- a/contributing-docs/14_node_environment_setup.rst
+++ b/contributing-docs/14_node_environment_setup.rst
@@ -36,8 +36,8 @@ Committers will exercise their judgement on what endpoints 
should exist in the p
 Airflow UI
 ----------
 
-``airflow/ui`` is our React frontend powered. Dependencies are managed by pnpm 
and dev/build processes by `Vite <https://vitejs.dev/guide/>`__
-Make sure you are using recent versions of ``pnpm\>=9`` and ``node/>=20``. 
``breeze start-airflow`` will build the UI automatically.
+``airflow/ui`` is our React frontend powered. Dependencies are managed by pnpm 
and dev/build processes by `Vite <https://vitejs.dev/guide/>`__.
+Make sure you are using recent versions of ``pnpm>=9`` and ``node>=20``. 
``breeze start-airflow`` will build the UI automatically.
 Adding the ``--dev-mode`` flag will automatically run the vite dev server for 
hot reloading the UI during local development.
 
 pnpm commands

Reply via email to