Cache npm modules on appveyor

https://www.appveyor.com/docs/build-cache#configuring-cache-items
This commit is contained in:
Pavel Djundik 2016-06-05 11:21:45 +03:00
parent 8ebe29fca5
commit e3e5c48f0b

View File

@ -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