Skip to content
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

Modify the block template download method to pnpm, modify the block release environment variables #14

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Lu17301156525
Copy link
Contributor

English | 简体中文

PR

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our Commit Message Guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • Built its own designer, fully self-validated

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

Background and solution

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

config/config.default.ts Outdated Show resolved Hide resolved
config/config.default.ts Outdated Show resolved Hide resolved
@@ -296,10 +296,14 @@ export default (appInfo) => {
'--registry=https://registry.npmjs.org/',
];

config.cnpmRegistryOptions = [
'--registry=http://registry.npmmirror.com/'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里加了一个新配置参数,在这里注释一下这个新配置参数的用途吧,还要检查一下是否需要调整我们原来的文档

Signed-off-by: lu17301156525 <lu17301156525@163.com>
Signed-off-by: lu17301156525 <lu17301156525@163.com>
Signed-off-by: lu17301156525 <lu17301156525@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants