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

Update .gitlab-ci.yml, .npmrc, .npmignore files

parent 348a4547
No related branches found
No related tags found
1 merge request!1Master to main
......@@ -44,6 +44,4 @@ publish:
stage: publish
script:
- npm config set strict-ssl false
- echo "@general:registry=https://gitlab.br.de/api/v4/packages/npm/">.npmrc
- echo "//gitlab.br.de/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}">>.npmrc
- npm publish
......@@ -2,6 +2,7 @@ src/
docs/
examples/
.gitlab-ci.yml
.npmrc
.eslintrc.json
jest.config.js
stryker.conf.json
......
.npmrc 0 → 100644
@general:registry=https://gitlab.br.de/api/v4/packages/npm/
//gitlab.br.de/api/v4/packages/npm/:_authToken=${CI_JOB_TOKEN}
//gitlab.br.de/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}
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