This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/answer.git

commit ea4ce728b0966c464efd49f723cf4ed4036c725b
Author: sahinakyol <[email protected]>
AuthorDate: Wed Jan 29 23:42:51 2025 +0100

    Answer-1237: Add dependent command 'install-ui-packages' to 'make ui' 
command
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f653d6e4..76cd7a34 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ install-ui-packages:
        @corepack enable
        @corepack prepare [email protected] --activate
 
-ui:
+ui: install-ui-packages
        @cd ui && pnpm pre-install && pnpm build && cd -
 
 lint: generate

Reply via email to