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

Try to write packages/auth/.npmrc (#36)

parent 8eb38412
No related branches found
No related tags found
No related merge requests found
Pipeline #14681 failed
......@@ -24,6 +24,7 @@ publish:
- master
script:
- 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 cache-folder "$CI_PROJECT_DIR/_yarn_cache"
......
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