Skip to content
Snippets Groups Projects
Commit 7a686f41 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Update: Registry setup

parent dcf4a195
No related branches found
No related tags found
No related merge requests found
Pipeline #110121 canceled
.npmrc 0 → 100644
; Set URL for your scoped packages.
; For example package with name `@coscine/bar` will use this URL for download
@coscine:registry=https://gitlab.com/api/v4/packages/npm/
; Add the OAuth token for the scoped packages URL. This will allow you to download
; `@coscine/` packages from private projects.
//gitlab.com/api/v4/packages/npm/:_authToken=${NPM_TOKEN}
; Add OAuth token for uploading to the registry. Replace <your_project_id>
; with the project you want your package to be uploaded to.
//gitlab.com/api/v4/projects/26381/packages/npm/:_authToken=${NPM_TOKEN}
......@@ -47,7 +47,7 @@
},
"publishConfig": {
"access": "public",
"registry": "https://git.rwth-aachen.de/api/v4/projects/26381/packages/npm/",
"@coscine:registry": "https://git.rwth-aachen.de/api/v4/projects/26381/packages/npm/",
"tag": "latest"
},
"dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment