misc: clean node_modules/.cache before travis builds its cache (#7388)
This commit is contained in:
Родитель
bd1c4c1ada
Коммит
066743b8da
|
@ -48,6 +48,8 @@ before_cache:
|
|||
# the `yarn compile-devtools` task adds these to node_modules, which slows down caching
|
||||
- rm -rf ./node_modules/temp-devtoolsfrontend/
|
||||
- rm -rf ./node_modules/temp-devtoolsprotocol/
|
||||
# nyc, jest and other projects store files in here. They mess up the travis build cache.
|
||||
- rm -rf ./node_modules/.cache/
|
||||
after_success:
|
||||
- yarn coveralls
|
||||
- yarn codecov
|
||||
|
|
Загрузка…
Ссылка в новой задаче