opt: optimise local dev with fixed yarn (#3456)

This commit is contained in:
Zhengfei Li 2025-03-19 13:18:11 +08:00 committed by GitHub
parent f52e16f62e
commit f581cdb5e0
4 changed files with 5 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
/.yarn/** linguist-vendored
/.yarn/releases/* binary

1
.npmrc Normal file
View File

@ -0,0 +1 @@
electron_mirror=https://npmmirror.com/mirrors/electron/

BIN
.yarn/releases/yarn-4.6.0.cjs vendored Executable file

Binary file not shown.

View File

@ -3,3 +3,5 @@ enableImmutableInstalls: false
httpTimeout: 300000
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.6.0.cjs