From 3120576ea958667b4724b54090137be948af3b78 Mon Sep 17 00:00:00 2001 From: Brent Bovenzi Date: Thu, 2 Jun 2022 21:04:43 +0200 Subject: [PATCH] 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 <66968678+jedcunningham@users.noreply.github.com> * Use -D * Revert "Use -D" This reverts commit 94d63adcf36aac13f5d94c2d4cd651907d833794. Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com> --- CONTRIBUTING.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 99527bbcedd75..8bab15352577a 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