Eugene Pankov 6 лет назад
Родитель
Сommit
c4a4255a7a
1 измененных файлов с 3 добавлено и 7 удалено
  1. 3 7
      appveyor.yml

+ 3 - 7
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'
-  - '%LOCALAPPDATA%\Yarn'
-  - '%USERPROFILE%\.electron'
+  - "*\\node_modules"
+  - "%USERPROFILE%\\.electron"
+  - "%LOCALAPPDATA%\\Yarn"