Skip to content

Commit

Permalink
Cache Yarn and npm instead of our own node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Sep 26, 2018
1 parent 969fb37 commit 000d79a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions appveyor.cleanup-cache.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ Edit this file to trigger a cache rebuild.
http://help.appveyor.com/discussions/questions/1310-delete-cache

----

bump
cya
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ environment:
- nodejs_version: 8
test_suite: "kitchensink-eject"
cache:
- node_modules -> appveyor.cleanup-cache.txt
- packages\react-scripts\node_modules -> appveyor.cleanup-cache.txt
- '%APPDATA%\npm-cache -> appveyor.cleanup-cache.txt'
- '%LOCALAPPDATA%\Yarn -> appveyor.cleanup-cache.txt'

clone_depth: 50

Expand All @@ -46,4 +46,5 @@ test_script:
- node --version
- npm --version
- yarn --version
- yarn cache dir
- bash tasks/e2e-%test_suite%.sh

0 comments on commit 000d79a

Please sign in to comment.