1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-06-29 05:46:59 +01: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:
Jake Howard 2020-09-30 19:27:33 +01:00
parent 64886707b9
commit 1e9b0d36d6
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -3,9 +3,7 @@ image: "node:lts-slim"
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
- .cache/
- public/
- ~/.npm
pages:
stage: deploy