Skip to content

Commit

Permalink
🎨 前端使用 pnpm 管理构建 #5059
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed May 31, 2022
1 parent 8856884 commit e9f0cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In China, it may be necessary to set the Electron mirror environment variable:

NPM mirror:

* May need to use mirror repository in China `pnpm --registry https://r.cnpmjs.org/ i -D --sass_binary_site=https://cnpmjs.org/mirrors/node-sass/`
* May need to use mirror repository in China `pnpm --registry https://r.cnpmjs.org/ i`
* Revert to using official repository `pnpm --registry https://registry.npmjs.org i`

## Kernel
Expand Down
2 changes: 1 addition & 1 deletion DEV_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

NPM 镜像:

* 在中国可能需要使用镜像仓库 `pnpm --registry https://r.cnpmjs.org/ i -D --sass_binary_site=https://cnpmjs.org/mirrors/node-sass/`
* 在中国可能需要使用镜像仓库 `pnpm --registry https://r.cnpmjs.org/ i`
* 恢复使用官方仓库 `pnpm --registry https://registry.npmjs.org i`

## 内核
Expand Down

0 comments on commit e9f0cc9

Please sign in to comment.