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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'