File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,3 @@ Edit this file to trigger a cache rebuild.
2
2
http://help.appveyor.com/discussions/questions/1310-delete-cache
3
3
4
4
----
5
-
6
- bump
7
- cya
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ environment:
19
19
- nodejs_version : 8
20
20
test_suite : " kitchensink-eject"
21
21
cache :
22
- - node_modules -> appveyor.cleanup-cache.txt
23
- - packages\react-scripts\node_modules -> appveyor.cleanup-cache.txt
22
+ - ' %APPDATA%\npm-cache -> appveyor.cleanup-cache.txt'
23
+ - ' %LOCALAPPDATA%\Yarn -> appveyor.cleanup-cache.txt'
24
24
25
25
clone_depth : 50
26
26
@@ -46,4 +46,5 @@ test_script:
46
46
- node --version
47
47
- npm --version
48
48
- yarn --version
49
+ - yarn cache dir
49
50
- bash tasks/e2e-%test_suite%.sh
You can’t perform that action at this time.
0 commit comments