Commit ceadd08b authored by Stefan Schmalzhaf's avatar Stefan Schmalzhaf

Fix typo in npm.gitlab-ci.yml

parent 9c0bc23b
...@@ -11,7 +11,7 @@ publish: ...@@ -11,7 +11,7 @@ publish:
changes: changes:
- package.json - package.json
script: script:
# If no .npmrc if included in the repo, generate a temporary one that is configured to publish to GitLab's NPM registry # If no .npmrc is included in the repo, generate a temporary one that is configured to publish to GitLab's NPM registry
- | - |
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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment