Skip to content

Commit

Permalink
Ignore cache on appveyor on package.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcnunes committed Jun 5, 2016
1 parent c5b5763 commit 2cf14f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ platform:
- x64

cache:
- node_modules
- app\node_modules
- node_modules -> package.json
- app\node_modules -> package.json
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'

Expand Down

0 comments on commit 2cf14f4

Please sign in to comment.