make pd-server DASHBOARD=COMPILE
should work
#7593
Labels
type/enhancement
The issue or PR belongs to an enhancement.
make pd-server DASHBOARD=COMPILE
should work
#7593
Enhancement Task
we can
make pd-server DASHBOARD=COMPILE
when want to build a custom dashboardbut now will meet some problems
This is because there is a tool which named husky in dashboard repo to lint commit messages
When we download dashboard and unzip to execute
make ui
will meet error.git can't be found
.To fix it, we can
git init
in tmp dashboard dir before we execute this commandbecause the tmp dashboard is a temporary dir, I don't think it'll be a problem.
The text was updated successfully, but these errors were encountered: