shuashuai commented on code in PR #1238:
URL: https://github.com/apache/answer/pull/1238#discussion_r1944066183
##########
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 -
Review Comment:
I checked the description in your ISSU. You are actually equivalent to using
the local development model. The premise of local development is that you need
to install the corresponding `node`、 `pnpm` 、`Golang` environment.
[docs](https://answer.apache.org/docs/development#installation)

Makefile does not need to be modified here, because when executing the
Makefile completely , will install pnpm first.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]