From 8a6c9581de2c114132ee817bf8e2bc95e4da3e11 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 30 Sep 2020 20:09:20 +0100 Subject: [PATCH] See where the cache is --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7cf5ab..4c1b73e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: