Skip to content

Commit 10905dd

Browse files
author
Matthew Mulholland
committed
Removed cached as possibly causing issues with build.
1 parent 231007d commit 10905dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ image: Visual Studio 2017
77
platform:
88
- x64
99

10-
cache:
11-
- node_modules
12-
- '%APPDATA%\npm-cache'
13-
- '%USERPROFILE%\.electron'
14-
- '%USERPROFILE%\AppData\Local\Yarn\cache'
10+
#cache:
11+
# - node_modules
12+
# - '%APPDATA%\npm-cache'
13+
# - '%USERPROFILE%\.electron'
14+
# - '%USERPROFILE%\AppData\Local\Yarn\cache'
1515

1616
environment:
1717
GH_TOKEN:

0 commit comments

Comments
 (0)