From ef7a0704c4f4cfa671607b4a2b9c1833be000e5f 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) --- superset-frontend/temporary_superset_ui/superset-ui/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/temporary_superset_ui/superset-ui/README.md b/superset-frontend/temporary_superset_ui/superset-ui/README.md index ecf2bb986da34..4bd4f3c15dfd7 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/README.md +++ b/superset-frontend/temporary_superset_ui/superset-ui/README.md @@ -62,6 +62,7 @@ superset-ui/ ```sh git clone ...superset-ui && cd superset-ui yarn install +yarn build ``` ### Builds, linting, and testing