mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-26 13:25:51 +08:00
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
This commit is contained in:
committed by
Facebook Github Bot
parent
9042438975
commit
4d0a194da3
@@ -40,3 +40,9 @@ build_script:
|
||||
|
||||
test_script:
|
||||
- npm test
|
||||
|
||||
cache:
|
||||
- node_modules
|
||||
- "%LOCALAPPDATA%/Yarn"
|
||||
- "%USERPROFILE%/.gradle/caches"
|
||||
- "%USERPROFILE%/.gradle/wrapper"
|
||||
|
||||
Reference in New Issue
Block a user