From db49cdfa5dba92291df9c778f87f4c1324fe75e2 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Mon, 7 Feb 2022 14:46:13 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 807401231d71f..9478c84fd4337 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,13 @@ repo (https://github.com/gradio-app/gradio.git) and creating your own branch to bash scripts/install_gradio.sh ``` +* Build the front end + +``` +bash scripts/build_frontend.sh +``` + + ### To install development and testing requirements * Navigate to the repo folder and install test requirements (note that it is highly recommended to use a virtual environment since the versions are pinned) @@ -35,12 +42,6 @@ https://sites.google.com/chromium.org/driver/ https://www.google.com/chrome/ ``` -* Build the front end - -``` -bash scripts/build_frontend.sh -``` - * Run the tests ```