Skip to content

Commit

Permalink
Merge pull request thelounge#381 from thelounge/xpaw/cache-appveyor
Browse files Browse the repository at this point in the history
Cache npm modules on appveyor
  • Loading branch information
astorije committed Jun 5, 2016
2 parents 7280c5d + 81a27fe commit aae97ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ test_script:
- npm run lint:js
- npm run lint:css

# cache npm modules
cache:
- node_modules
- '%APPDATA%\npm-cache'

# Don't actually build
build: off

0 comments on commit aae97ff

Please # to comment.