From 4d0a194da3b02dc45cd7d27ddea2a8a5da3fd432 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Wed, 1 Aug 2018 18:38:53 -0700 Subject: [PATCH] add appveyor cache (#20490) Summary: add appveyor cache for better build speed. pass all current ci. none [GENERAL] [INTERNAL] [CI] - add appveyor cache Pull Request resolved: https://github.com/facebook/react-native/pull/20490 Differential Revision: D9128396 Pulled By: hramos fbshipit-source-id: a973f73455b28b8eec002cc28f7eb2f6d8302b9c --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 54ef8900d48..560abe5ed08 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,3 +40,9 @@ build_script: test_script: - npm test + +cache: + - node_modules + - "%LOCALAPPDATA%/Yarn" + - "%USERPROFILE%/.gradle/caches" + - "%USERPROFILE%/.gradle/wrapper"