forked from FoundKeyGang/FoundKey
AppVeyor: Cache node_modules
This commit is contained in:
parent
6810c149d3
commit
f6c3a53367
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