mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-19 02:49:56 +00:00
Update appveyor.yml
This commit is contained in:
parent
247053665c
commit
c4a4255a7a
10
appveyor.yml
10
appveyor.yml
@ -6,10 +6,6 @@ platform:
|
|||||||
environment:
|
environment:
|
||||||
nodejs_version: "10"
|
nodejs_version: "10"
|
||||||
|
|
||||||
cache:
|
|
||||||
- "%USERPROFILE%\\.electron"
|
|
||||||
- "%LOCALAPPDATA%\\Yarn"
|
|
||||||
|
|
||||||
version: "{build}"
|
version: "{build}"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@ -28,6 +24,6 @@ artifacts:
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
- node_modules
|
- node_modules
|
||||||
- '*\node_modules'
|
- "*\\node_modules"
|
||||||
- '%LOCALAPPDATA%\Yarn'
|
- "%USERPROFILE%\\.electron"
|
||||||
- '%USERPROFILE%\.electron'
|
- "%LOCALAPPDATA%\\Yarn"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user