From d348590e9a919c641873678193729ca8a90f2940 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 15 Dec 2019 19:22:27 +0000 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 4 ++++ npmextra.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b73dfa0..a95dfb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,10 @@ # gitzone ci_default image: registry.gitlab.com/hosttoday/ht-docker-node:npmci +cache: + paths: + - .npmci_cache/ + key: '$CI_BUILD_STAGE' stages: - security diff --git a/npmextra.json b/npmextra.json index 305bf3f..f7daf3b 100644 --- a/npmextra.json +++ b/npmextra.json @@ -10,6 +10,7 @@ } }, "npmci": { - "npmAccessLevel": "public" + "npmAccessLevel": "public", + "npmRegistryUrl": "verdaccio.lossless.one" } } \ No newline at end of file