Skip to content
Snippets Groups Projects
Commit 58b59415 authored by ko_oler's avatar ko_oler
Browse files

fix

parent 5e5d8d28
No related branches found
No related tags found
Loading
Pipeline #18990 failed with stage
in 9 seconds
...@@ -22,7 +22,7 @@ publish_npm: ...@@ -22,7 +22,7 @@ publish_npm:
if [[ ! -f .npmrc ]]; then if [[ ! -f .npmrc ]]; then
echo 'No .npmrc found! Creating one now. Please review the following link for more information: https://docs.gitlab.com/ee/user/packages/npm_registry/index.html#project-level-npm-endpoint-1' echo 'No .npmrc found! Creating one now. Please review the following link for more information: https://docs.gitlab.com/ee/user/packages/npm_registry/index.html#project-level-npm-endpoint-1'
{ {
echo "@${CI_PROJECT_ROOT_NAMESPACE}:registry=${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/npm/" echo "@${CI_SERVER_HOST}:registry=${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/npm/"
echo "${CI_API_V4_URL#http*:}/packages/npm/:_authToken=\${CI_JOB_TOKEN}" echo "${CI_API_V4_URL#http*:}/packages/npm/:_authToken=\${CI_JOB_TOKEN}"
echo "${CI_API_V4_URL#http*:}/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=\${CI_JOB_TOKEN}" echo "${CI_API_V4_URL#http*:}/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=\${CI_JOB_TOKEN}"
} >> .npmrc } >> .npmrc
......
{ {
"name": "@perxis/perxis-js", "name": "@perxis-js/perxis-client",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "clients/index.js", "main": "clients/index.js",
......
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