Skip to content
Snippets Groups Projects
Commit e693aedf authored by Herfort, Thomas's avatar Herfort, Thomas
Browse files

version prefix | ci publish only tags | depend.

parent 4f33ef04
No related branches found
No related tags found
1 merge request!1Master
...@@ -42,6 +42,9 @@ test: ...@@ -42,6 +42,9 @@ test:
- docs/coverage/lcov.info - docs/coverage/lcov.info
publish: publish:
only:
refs:
- tags
stage: publish stage: publish
script: script:
- npm publish - npm publish
tag-version-prefix=""
strict-ssl=false strict-ssl=false
@general:registry=https://gitlab.br.de/api/v4/projects/${CI_PROJECT_ID}/packages/npm/ @general:registry=https://gitlab.br.de/api/v4/projects/7/packages/npm/
//gitlab.br.de/api/v4/packages/npm/:_authToken=${CI_JOB_TOKEN} //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} //gitlab.br.de/api/v4/projects/7/packages/npm/:_authToken=${CI_JOB_TOKEN}
This diff is collapsed.
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
"lodash.merge": "^4.6.2" "lodash.merge": "^4.6.2"
}, },
"devDependencies": { "devDependencies": {
"@stryker-mutator/core": "^3.1.0", "@stryker-mutator/core": "^4.1.0",
"@stryker-mutator/javascript-mutator": "^3.1.0", "@stryker-mutator/javascript-mutator": "^4.0.0",
"@stryker-mutator/jest-runner": "^3.1.0", "@stryker-mutator/jest-runner": "^4.1.0",
"@stryker-mutator/typescript": "^3.1.0", "@stryker-mutator/typescript": "^4.0.0",
"jest": "^25.3.0" "jest": "^26.6.1"
}, },
"publishConfig": { "publishConfig": {
"@general:registry": "https://gitlab.br.de/api/v4/projects/7/packages/npm/" "@general:registry": "https://gitlab.br.de/api/v4/projects/7/packages/npm/"
......
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