Commit ·
89ff10c
1
Parent(s): 77ea953
set enableglobalCache to false in yarnrc.yml
Browse files- .yarnrc.yml +5 -1
.yarnrc.yml
CHANGED
|
@@ -1 +1,5 @@
|
|
| 1 |
-
nodeLinker: node-modules
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
nodeLinker: node-modules
|
| 2 |
+
|
| 3 |
+
enableGlobalCache: false
|
| 4 |
+
|
| 5 |
+
cacheFolder: .yarn/cache
|