From c8589f013bf2617c1f245abd5c3c792049ab4de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Rebours?= Date: Tue, 18 May 2021 16:33:33 +0200 Subject: [PATCH] try to always auth --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55aa97d..4700697 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,8 @@ image: node:14 before_script: - echo "//registry.npmjs.org/:_authToken=${NPM_REGISTRY_TOKEN}" > .npmrc + - echo "@seald-io:registry=https://registry.npmjs.org/" >> .npmrc + - echo "@seald-io:always-auth=true" >> .npmrc - npm ci --cache .npm --prefer-offline cache: