mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-16 20:49:06 +00:00
See where the cache is
This commit is contained in:
parent
085c19bd6f
commit
8a6c9581de
1 changed files with 2 additions and 1 deletions
|
@ -3,12 +3,13 @@ image: "node:lts-slim"
|
|||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- ~/.npm
|
||||
- $(npm config get cache)
|
||||
- ./.cache
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- npm config get cache
|
||||
- npm ci --production
|
||||
- npm run release
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue