Skip to content
Snippets Groups Projects
Unverified Commit daabe7af authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Try not setting registry (#36)

parent 8a0739b7
No related branches found
No related tags found
No related merge requests found
Pipeline #14684 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment