Skip to content

Commit f710b76

Browse files
committed
Try to enable cacheFolder customization
1 parent b9d0259 commit f710b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nodeLinker: node-modules
66
npmRegistryServer: 'https://registry.npmjs.org'
77
installStatePath: ./build/.cache/yarn/install-state.gz
88
#globalFolder: ./build/.cache/yarn
9-
#cacheFolder: ./build/.cache/yarn
9+
cacheFolder: ./build/.cache/yarn
1010

1111
# these messages provide no actionable information, and make non-TTY output
1212
# almost unreadable, masking real dependency-related information

0 commit comments

Comments
 (0)