Skip to content

Commit ef66db3

Browse files
trop[bot]panther7
andauthored
chore: Respect HTTP(S) proxy env variable for Yarn (#50352)
Respect HTTP(S) proxy env variable for Yarn Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Filip Mösner <[email protected]>
1 parent 00827a2 commit ef66db3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.yarnrc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ npmMinimalAgeGate: 10080
99
npmPreapprovedPackages:
1010
- "@electron/*"
1111

12+
httpProxy: "${HTTP_PROXY:-}"
13+
14+
httpsProxy: "${HTTPS_PROXY:-}"
15+
1216
yarnPath: .yarn/releases/yarn-4.12.0.cjs

0 commit comments

Comments
 (0)