-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Answer issue: 1237 #1238
Answer issue: 1237 #1238
Conversation
sahinakyol
commented
Jan 29, 2025
- Add dependent command 'install-ui-packages' to 'make ui' command
- Add missing old_pass object message to i18n
Makefile
Outdated
@@ -47,7 +47,7 @@ install-ui-packages: | |||
@corepack enable | |||
@corepack prepare pnpm@8.9.2 --activate | |||
|
|||
ui: | |||
ui: install-ui-packages | |||
@cd ui && pnpm pre-install && pnpm build && cd - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
Makefile does not need to be modified here, because when executing the Makefile completely , will install pnpm first.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello thanks for review.You are right, I'm going to revert this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, if you are interested in translation, you can continue to contribute through Crowdin or submitting the code!