From daabe7af37e8b67a00a759f9385e60da68023fe8 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Wed, 2 Dec 2020 09:31:06 +0100 Subject: [PATCH] Try not setting registry (#36) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fff7ee8..82ecfddb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ publish: - echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc - echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > packages/auth/.npmrc - sudo npm install --global can-npm-publish - - yarn config set registry https://registry.npmjs.org/ +# - yarn config set registry https://registry.npmjs.org/ - yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache" - yarn install - yarn run publish -- GitLab