fix: yarn config in electron app (#1724)

This commit is contained in:
Peng Xiao
2023-03-28 17:33:53 +08:00
committed by GitHub
parent abdee7fac2
commit 99be6183e6

View File

@@ -1,5 +1,5 @@
cacheFolder: '../../.yarn/cache'
deferredVersionFolder: '../../.yarn/versions'
# deferredVersionFolder: '../../.yarn/versions'
globalFolder: '../../.yarn/global'
installStatePath: '../../.yarn/install-state.gz'
patchFolder: '../../.yarn/patches'