1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-07-03 09:13:54 +01:00

See where the cache is

This commit is contained in:
Jake Howard 2020-09-30 20:09:20 +01:00
parent 085c19bd6f
commit 8a6c9581de
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -3,12 +3,13 @@ image: "node:lts-slim"
cache: cache:
key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
paths: paths:
- ~/.npm - $(npm config get cache)
- ./.cache - ./.cache
pages: pages:
stage: deploy stage: deploy
script: script:
- npm config get cache
- npm ci --production - npm ci --production
- npm run release - npm run release
artifacts: artifacts: