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 e9412a448e36fecd1579a9d25006fd8fe0b9cc15
Author: sahinakyol <[email protected]>
AuthorDate: Mon Feb 10 20:26:58 2025 +0100

    Answer-1237: Remove 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 76cd7a34..f653d6e4 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ install-ui-packages:
        @corepack enable
        @corepack prepare [email protected] --activate
 
-ui: install-ui-packages
+ui:
        @cd ui && pnpm pre-install && pnpm build && cd -
 
 lint: generate

Reply via email to