mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-18 00:49:02 +00:00
Just cache npm directory
This means `npm ci` only has to rebuild the modules, rather than re-download them
This commit is contained in:
parent
64886707b9
commit
1e9b0d36d6
1 changed files with 1 additions and 3 deletions
|
@ -3,9 +3,7 @@ image: "node:lts-slim"
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- ~/.npm
|
||||||
- .cache/
|
|
||||||
- public/
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
Loading…
Reference in a new issue