Skip to content
Snippets Groups Projects
Commit edb4f9ec authored by Marie's avatar Marie
Browse files

Update .gitlab-ci.yml file

parent 87b0c5fb
No related branches found
No related tags found
1 merge request!1push develop into stable
Pipeline #79 passed with stage
in 27 seconds
......@@ -20,8 +20,8 @@ publish-npm:
paths:
- package.json
script:
- echo "@sharkey:registry=https://${CI_SERVER_HOST}/api/v4/groups/2/packages/npm/" > .npmrc
- echo "//${CI_SERVER_HOST}/api/v4/groups/2/packages/npm/:_authToken=${NPM_TOKEN}" >> .npmrc
- echo "@transfem-org:registry=https://${CI_SERVER_HOST}/api/v4/projects/2/packages/npm/" > .npmrc
- echo "//${CI_SERVER_HOST}/api/v4/projects/2/packages/npm/:_authToken=${NPM_TOKEN}" >> .npmrc
- npm i
- npm run build
- npm 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