build(gitlab-ci): disable caching .cache/ for now

This commit is contained in:
Felix Schröter 2022-11-15 23:34:30 +01:00
parent 0f4ef7a54e
commit 5cb8afe716
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -3,7 +3,7 @@ image: node:latest
cache: cache:
paths: paths:
- node_modules/ - node_modules/
- .cache/ # - .cache/
- public/ - public/
pages: pages: