diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fff7ee820a5db99a75c40448e851573df3ff3ba..82ecfddb35c241921028c5ad0bc79cd28c114bca 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