AppVeyor: Cache node_modules
This commit is contained in:
parent
b343bef232
commit
a97a15407a
1 changed files with 3 additions and 0 deletions
|
|
@ -36,3 +36,6 @@ before_test:
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- npm test
|
- npm test
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- node_modules
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue