Commit 16085c2d authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'sf_fix-typo' into 'master'

Fix typo in npm.gitlab-ci.yml

See merge request gitlab-org/gitlab!71272
parents 532e3e3e ceadd08b
......@@ -11,7 +11,7 @@ publish:
changes:
- package.json
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
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