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

Fix quotes (#36)

parent 14d550ec
No related branches found
No related tags found
No related merge requests found
Pipeline #14683 failed
...@@ -23,8 +23,8 @@ publish: ...@@ -23,8 +23,8 @@ publish:
- publish - publish
- master - master
script: script:
- echo //registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc - echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
- echo //registry.npmjs.org/:_authToken=${NPM_TOKEN}' > packages/auth/.npmrc - echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > packages/auth/.npmrc
- sudo npm install --global can-npm-publish - 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 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