mirror of https://github.com/Kylart/KawAnime.git
should not cache node_modules across builds for cypress
This commit is contained in:
parent
7e12676407
commit
a5499098fb
|
@ -2,7 +2,6 @@ language: node_js
|
|||
|
||||
node_js:
|
||||
- "10"
|
||||
- "9"
|
||||
|
||||
install:
|
||||
- npm ci
|
||||
|
@ -15,7 +14,6 @@ after_success: npm run coverage
|
|||
|
||||
cache:
|
||||
directories:
|
||||
- "node_modules"
|
||||
- "~/.npm"
|
||||
- "~/.cache"
|
||||
|
||||
|
|
Loading…
Reference in New Issue