mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Respect HTTP(S) proxy env variable for Yarn Co-authored-by: Filip Mösner <filip.mosner@seznam.cz>
17 lines
250 B
YAML
17 lines
250 B
YAML
enableScripts: false
|
|
|
|
nmHoistingLimits: workspaces
|
|
|
|
nodeLinker: node-modules
|
|
|
|
npmMinimalAgeGate: 10080
|
|
|
|
npmPreapprovedPackages:
|
|
- "@electron/*"
|
|
|
|
httpProxy: "${HTTP_PROXY:-}"
|
|
|
|
httpsProxy: "${HTTPS_PROXY:-}"
|
|
|
|
yarnPath: .yarn/releases/yarn-4.12.0.cjs
|