Skip to content

Commit

Permalink
Removed cached as possibly causing issues with build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Jul 1, 2019
1 parent 231007d commit 10905dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ image: Visual Studio 2017
platform:
- x64

cache:
- node_modules
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'
- '%USERPROFILE%\AppData\Local\Yarn\cache'
#cache:
# - node_modules
# - '%APPDATA%\npm-cache'
# - '%USERPROFILE%\.electron'
# - '%USERPROFILE%\AppData\Local\Yarn\cache'

environment:
GH_TOKEN:
Expand Down

0 comments on commit 10905dd

Please sign in to comment.