Merge pull request #381 from thelounge/xpaw/cache-appveyor
Cache npm modules on appveyor
This commit is contained in:
commit
4f56200067
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user