1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-14 19:36:35 +03:00
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:
directories:
- node_modules
- */node_modules
- '*/node_modules'
- $HOME/.cache/yarn
- $HOME/.cache/electron
- $HOME/.cache/electron-builder

View File

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