You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/16 20:09:40 UTC

[GitHub] [airflow] bbovenzi commented on a change in pull request #19626: Disable yarn-dev in start-airflow command

bbovenzi commented on a change in pull request #19626:
URL: https://github.com/apache/airflow/pull/19626#discussion_r750624185



##########
File path: scripts/in_container/run_tmux_welcome.sh
##########
@@ -19,5 +19,7 @@ cd /opt/airflow/ || exit
 clear
 echo "Welcome to your tmux based running Airflow environment (courtesy of Breeze)."
 echo
-echo "     To stop Airflow and exit tmux just type 'stop_airflow'."
+echo "     To stop Airflow and exit tmux, just type 'stop_airflow'."
+echo
+echo "     If you want to rebuild webserver assets dynamically, run 'cd airflow/www; yarn dev'"

Review comment:
       Let's make sure they also install dependencies at this step: `yarn && yarn dev`




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org