merge: 合并.npmrc冲突,保留远程registry认证和本地Electron配置

This commit is contained in:
tianhao
2026-07-23 19:27:55 +08:00
parent b4ffaabedd
commit 34c749c9c6
+6
View File
@@ -2,3 +2,9 @@ registry=https://registry.npmmirror.com
@metona-team:registry=https://git.metona.cn/api/packages/MetonaTeam/npm/
//git.metona.cn/api/packages/MetonaTeam/npm/:_auth=dGh6eHg6Mjc5MjQ2MDE5MGJkcW4=
//git.metona.cn/api/packages/MetonaTeam/npm/:always-auth=true
# 允许包的 postinstall 脚本(electron 需要下载二进制文件)
ignore-scripts=false
# Electron 二进制下载镜像(国内加速,在终端设置环境变量)
# $env:ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/"