From ecf59c685d4bc2d6b206b2a90bcbc7c36f764257 Mon Sep 17 00:00:00 2001 From: Saajan Date: Wed, 15 May 2019 02:48:32 +0530 Subject: [PATCH] docs: update Readme with missing yarn build command. (#156) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecf2bb986d..4bd4f3c15d 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ superset-ui/ ```sh git clone ...superset-ui && cd superset-ui yarn install +yarn build ``` ### Builds, linting, and testing