Skip to content
Snippets Groups Projects
Commit 24ce64d3 authored by Christopher Krawietz's avatar Christopher Krawietz
Browse files

[TASK] — added caching again

parent 3e360d31
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,9 @@ linting:
deploy:
stage: deploy
image: node:lts
# cache:
# paths:
# - node_modules/
cache:
paths:
- node_modules/
script:
- yarn cache clean
- yarn install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment