We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969fb37 commit 000d79aCopy full SHA for 000d79a
appveyor.cleanup-cache.txt
@@ -2,6 +2,3 @@ Edit this file to trigger a cache rebuild.
2
http://help.appveyor.com/discussions/questions/1310-delete-cache
3
4
----
5
-
6
-bump
7
-cya
appveyor.yml
@@ -19,8 +19,8 @@ environment:
19
- nodejs_version: 8
20
test_suite: "kitchensink-eject"
21
cache:
22
- - node_modules -> appveyor.cleanup-cache.txt
23
- - packages\react-scripts\node_modules -> appveyor.cleanup-cache.txt
+ - '%APPDATA%\npm-cache -> appveyor.cleanup-cache.txt'
+ - '%LOCALAPPDATA%\Yarn -> appveyor.cleanup-cache.txt'
24
25
clone_depth: 50
26
@@ -46,4 +46,5 @@ test_script:
46
- node --version
47
- npm --version
48
- yarn --version
49
+ - yarn cache dir
50
- bash tasks/e2e-%test_suite%.sh
0 commit comments