From ebd2fc09981a6a6cc58dee72e931744178ba6607 Mon Sep 17 00:00:00 2001 From: Hu# Date: Wed, 20 Dec 2023 16:12:22 +0800 Subject: [PATCH] dashboard-ui: make custom dashboard ui work (#7594) close tikv/pd#7593 Signed-off-by: husharp Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com> --- scripts/embed-dashboard-ui.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/embed-dashboard-ui.sh b/scripts/embed-dashboard-ui.sh index 80c90bb1788..6ea9153d265 100755 --- a/scripts/embed-dashboard-ui.sh +++ b/scripts/embed-dashboard-ui.sh @@ -138,6 +138,8 @@ function compile_asset { echo '+ Build UI' cd "${BUILD_DIR}" + # ref https://github.com/tikv/pd/issues/7593 + git init make ui echo '+ Generating UI assets'