Skip to content
Snippets Groups Projects
Commit de0cb0f9 authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

ci: improve build and cache node_modules

parent 06d78026
No related branches found
No related tags found
No related merge requests found
...@@ -6,11 +6,17 @@ stages: ...@@ -6,11 +6,17 @@ stages:
tags: tags:
- redshift - redshift
before_script:
- yarn
cache:
paths:
- node_modules/
pages: pages:
<<: *node <<: *node
stage: publish stage: publish
script: script:
- yarn
- yarn generate - yarn generate
- mv dist public - mv dist public
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment