This commit is contained in:
Eugene Pankov 2019-06-07 20:05:11 +02:00
parent 141c890b9c
commit 247053665c
2 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ addons:
cache: cache:
directories: directories:
- node_modules - node_modules
- */node_modules - '*/node_modules'
- $HOME/.cache/yarn - $HOME/.cache/yarn
- $HOME/.cache/electron - $HOME/.cache/electron
- $HOME/.cache/electron-builder - $HOME/.cache/electron-builder

View File

@ -28,6 +28,6 @@ artifacts:
cache: cache:
- node_modules - node_modules
- *\node_modules - '*\node_modules'
- '%LOCALAPPDATA%/Yarn' - '%LOCALAPPDATA%\Yarn'
- '%USERPROFILE%\.electron' - '%USERPROFILE%\.electron'