Cache npm modules on appveyor
https://www.appveyor.com/docs/build-cache#configuring-cache-items
This commit is contained in:
parent
8ebe29fca5
commit
e3e5c48f0b
@ -22,5 +22,10 @@ test_script:
|
|||||||
- npm run lint:js
|
- npm run lint:js
|
||||||
- npm run lint:css
|
- npm run lint:css
|
||||||
|
|
||||||
|
# cache npm modules
|
||||||
|
cache:
|
||||||
|
- node_modules
|
||||||
|
- '%APPDATA%\npm-cache'
|
||||||
|
|
||||||
# Don't actually build
|
# Don't actually build
|
||||||
build: off
|
build: off
|
||||||
|
Loading…
Reference in New Issue
Block a user