f4e9167d47
Yarn 4 ignores git config and uses its own URL resolution. Added gitUrlSubstitution in .yarnrc.yml to force HTTPS for GitHub repos. https://claude.ai/code/session_01QPt4WssG6jjEciQKdVpFtK
7 lines
209 B
YAML
7 lines
209 B
YAML
nodeLinker: node-modules
|
|
|
|
# Force HTTPS for GitHub git dependencies (fixes CI permission errors)
|
|
gitUrlSubstitution:
|
|
"ssh://git@github.com/": "https://github.com/"
|
|
"git@github.com:": "https://github.com/"
|