Cache electron instead of cache on build providers

This commit is contained in:
Antonio Scandurra
2016-08-11 12:44:40 +02:00
parent 6f9a8208db
commit 6a99bb38ba
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ script: false
cache:
directories:
- cache
- electron
- node_modules
- apm/node_modules
- script/node_modules

View File

@@ -47,7 +47,7 @@ cache:
- '%APPVEYOR_BUILD_FOLDER%\script\node_modules'
- '%APPVEYOR_BUILD_FOLDER%\apm\node_modules'
- '%APPVEYOR_BUILD_FOLDER%\node_modules'
- '%APPVEYOR_BUILD_FOLDER%\cache'
- '%APPVEYOR_BUILD_FOLDER%\electron'
- '%USERPROFILE%\.atom\.apm'
- '%USERPROFILE%\.atom\.node-gyp\.atom'
- '%USERPROFILE%\.atom\.npm'

View File

@@ -26,7 +26,7 @@ dependencies:
- script/build --code-sign --compress-artifacts
cache_directories:
- cache
- electron
- apm/node_modules
- script/node_modules
- node_modules