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
Pipeline #11812 passed
......@@ -6,11 +6,17 @@ stages:
tags:
- redshift
before_script:
- yarn
cache:
paths:
- node_modules/
pages:
<<: *node
stage: publish
script:
- yarn
- yarn generate
- mv dist public
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