From fec044fca3179dd95f44f8c8c3af19c72a0847e2 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Tue, 1 Dec 2020 11:34:50 +0100 Subject: [PATCH] Set npm registry (#36) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85365989..44b8f093 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ publish: # - publish script: - sudo npm install --global can-npm-publish + - npm config set registry https://registry.npmjs.org/ - yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache" - yarn install - yarn run publish -- GitLab