You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bb...@apache.org on 2022/06/02 19:04:57 UTC

[airflow] branch main updated: Note that yarn dev needs webserver in debug mode (#24119)

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

bbovenzi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 3120576ea9 Note that yarn dev needs webserver in debug mode (#24119)
3120576ea9 is described below

commit 3120576ea958667b4724b54090137be948af3b78
Author: Brent Bovenzi <br...@gmail.com>
AuthorDate: Thu Jun 2 21:04:43 2022 +0200

    Note that yarn dev needs webserver in debug mode (#24119)
    
    * Note that yarn dev needs webserver -d
    
    * Update CONTRIBUTING.rst
    
    Co-authored-by: Jed Cunningham <66...@users.noreply.github.com>
    
    * Use -D
    
    * Revert "Use -D"
    
    This reverts commit 94d63adcf36aac13f5d94c2d4cd651907d833794.
    
    Co-authored-by: Jed Cunningham <66...@users.noreply.github.com>
---
 CONTRIBUTING.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 99527bbced..8bab153525 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1253,6 +1253,7 @@ commands:
     yarn run prod
 
     # Starts a web server that manages and updates your assets as you modify them
+    # You'll need to run the webserver in debug mode too: `airflow webserver -d`
     yarn run dev