chore: cache node_modules
This commit is contained in:
parent
0658e4282e
commit
960110564d
@ -17,3 +17,5 @@ version: '{build}'
|
|||||||
shallow_clone: true
|
shallow_clone: true
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
test_script: npm t
|
test_script: npm t
|
||||||
|
cache:
|
||||||
|
- node_modules
|
||||||
|
@ -6,3 +6,6 @@ node_js:
|
|||||||
- 4
|
- 4
|
||||||
before_install:
|
before_install:
|
||||||
- npm i -g npm
|
- npm i -g npm
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- node_modules
|
||||||
|
Loading…
Reference in New Issue
Block a user