Skip to content
Snippets Groups Projects
Commit c5fbe4f9 authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Update .gitlab-ci.yml

parent 6a244df1
No related branches found
No related tags found
1 merge request!1Master
...@@ -47,6 +47,7 @@ publish to local npm: ...@@ -47,6 +47,7 @@ publish to local npm:
stage: publish stage: publish
before_script: before_script:
- npm install -g npm-cli-adduser - npm install -g npm-cli-adduser
- npm-cli-adduser --registry $NPM_REGISTRY --username $NPM_USERNAME --password $NPM_PASSWORD --email $NPM_EMAIL - npm config set @br:registry $NPM_REGISTRY
- npm-cli-adduser --registry $NPM_REGISTRY --username $NPM_USERNAME --password $NPM_PASSWORD --email $NPM_EMAIL --scope @br
script: script:
- npm publish --registry $NPM_REGISTRY - npm publish --registry $NPM_REGISTRY
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment