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: ...@@ -15,9 +15,9 @@ linting:
deploy: deploy:
stage: deploy stage: deploy
image: node:lts image: node:lts
# cache: cache:
# paths: paths:
# - node_modules/ - node_modules/
script: script:
- yarn cache clean - yarn cache clean
- yarn install - yarn install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment