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

fix

parent 58b59415
No related branches found
No related tags found
2 merge requests!2test,!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #18991 failed with stage
in 8 seconds
......@@ -22,7 +22,7 @@ publish_npm:
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 "@${CI_SERVER_HOST}:registry=${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/npm/"
echo "@${CI_PROJECT_ROOT_NAMESPACE}: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*:}/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=\${CI_JOB_TOKEN}"
} >> .npmrc
......
{
"name": "@perxis-js/perxis-client",
"name": "@perxis/perxis-js",
"version": "1.0.0",
"description": "",
"main": "clients/index.js",
......@@ -8,7 +8,7 @@
],
"repository": {
"type": "git",
"url": "git+https://git.perx.ru/perxis/perxis-js.git"
"url": "git+https://git.perx.ru/perxis/perxis.git"
},
"scripts": {
"pub": "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