mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 05:09:09 +08:00
opt: optimise local dev with fixed yarn (#3456)
This commit is contained in:
parent
70d893a2e4
commit
f8d8aac02f
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/.yarn/** linguist-vendored
|
||||||
|
/.yarn/releases/* binary
|
||||||
BIN
.yarn/releases/yarn-4.6.0.cjs
vendored
Executable file
BIN
.yarn/releases/yarn-4.6.0.cjs
vendored
Executable file
Binary file not shown.
@ -3,3 +3,5 @@ enableImmutableInstalls: false
|
|||||||
httpTimeout: 300000
|
httpTimeout: 300000
|
||||||
|
|
||||||
nodeLinker: node-modules
|
nodeLinker: node-modules
|
||||||
|
|
||||||
|
yarnPath: .yarn/releases/yarn-4.6.0.cjs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user