Skip to content

Commit

Permalink
fix(yarn): add COREPACK_ENABLE_UNSAFE_CUSTOM_URLS to env (#28009)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Mar 18, 2024
1 parent a442f24 commit 12377e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/exec/env.ts
Expand Up @@ -29,6 +29,7 @@ const basicEnvVars = [
'COREPACK_ENABLE_NETWORK',
'COREPACK_ENABLE_STRICT',
'COREPACK_ENABLE_PROJECT_SPEC',
'COREPACK_ENABLE_UNSAFE_CUSTOM_URLS',
'COREPACK_HOME',
'COREPACK_NPM_REGISTRY',
'COREPACK_NPM_TOKEN',
Expand Down

0 comments on commit 12377e4

Please sign in to comment.