njnu-seafish commented on code in PR #17914:
URL: 
https://github.com/apache/dolphinscheduler/pull/17914#discussion_r2744853140


##########
docs/docs/en/contribute/development-environment-setup.md:
##########
@@ -54,6 +54,27 @@ pre-commit install
 
 Now, every time you commit your code, `pre-commit` will automatically run 
`Spotless` to check the code style and formatting.
 
+### Frontend Code Style
+
+DolphinScheduler uses `pnpm` to check and automatically fix frontend code 
style and formatting issues.
+First, navigate to the frontend project directory:
+
+```shell
+cd dolphinscheduler-ui
+```
+
+Then, run `pnpm run lint` to check and fix frontend code style and formatting 
issues:
+
+```shell
+pnpm run lint
+```
+
+Finally, you can run `pnpm run build:prod` to perform a full TypeScript type 
check, ensuring that only type-safe code is committed.

Review Comment:
   > We don't need this since `pnpm run lint` is enough.
   
   ok.    pnpm exec vue-tsc --noEmit  # Type check



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