Skip to content

Commit 5908adc

Browse files
committed
Try removing cache settings
1 parent 1e55d75 commit 5908adc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.yarnrc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ enableTelemetry: false
44
httpTimeout: 60000
55
nodeLinker: node-modules
66
npmRegistryServer: 'https://registry.npmjs.org'
7-
installStatePath: ./build/.cache/yarn/install-state.gz
8-
globalFolder: ./build/.cache/yarn
9-
cacheFolder: ./build/.cache/yarn
7+
#installStatePath: ./build/.cache/yarn/install-state.gz
8+
#globalFolder: ./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)