Skip to content

Commit

Permalink
fix(builds): AppVeyor can cache node_modules too
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Nov 9, 2016
1 parent 9dc4e8f commit e3fa1d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@ environment:
secure: 48VSzDtdBd52Xlo3TZ1NeR1yRRrZ3AU6Px5XjD5RDp44cFU5GYVspecGqX6DGCV7i0D7nldGMyEbXNrjM1t1Kw==

cache:
- node_modules
- apm\node_modules
- build\node_modules
- '%USERPROFILE%\.nylas\.apm'
- '%USERPROFILE%\.npm'

0 comments on commit e3fa1d3

Please sign in to comment.