mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: Respect HTTP(S) proxy env variable for Yarn (#50322)
Respect HTTP(S) proxy env variable for Yarn Co-authored-by: Filip Mösner <filip.mosner@seznam.cz>
This commit is contained in:
committed by
GitHub
parent
12ea28c23e
commit
a6a44692dc
@@ -9,4 +9,8 @@ npmMinimalAgeGate: 10080
|
||||
npmPreapprovedPackages:
|
||||
- "@electron/*"
|
||||
|
||||
httpProxy: "${HTTP_PROXY:-}"
|
||||
|
||||
httpsProxy: "${HTTPS_PROXY:-}"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.12.0.cjs
|
||||
|
||||
Reference in New Issue
Block a user