sy-records commented on code in PR #1217:
URL: https://github.com/apache/incubator-answer/pull/1217#discussion_r1899999023


##########
Makefile:
##########
@@ -48,7 +48,7 @@ install-ui-packages:
        @corepack prepare [email protected] --activate
 
 ui:
-       @cd ui && pnpm pre-install && pnpm build && cd -
+       @cd ui && pnpm pre-install && pnpm build && npm run lint && cd -

Review Comment:
   ```suggestion
        @cd ui && pnpm pre-install && pnpm build && cd -
   ```



-- 
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]

Reply via email to