Skip to content
Snippets Groups Projects
Commit 1f1ff224 authored by Julien MARGAIL's avatar Julien MARGAIL
Browse files

edit readme & add comment

parent 0118b8be
No related branches found
No related tags found
No related merge requests found
image: node:16-slim
stages:
- publish
deploy:
stage: publish
before_script:
- echo "@${CI_PROJECT_ROOT_NAMESPACE}:registry=${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/npm/" > .npmrc
- echo "${CI_API_V4_URL#https?}/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=\${CI_JOB_TOKEN}" >> .npmrc
script:
- npm publish
only:
- main
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