Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
98777890
Commit
98777890
authored
Jun 18, 2020
by
Brendan O'Leary 🐢
Committed by
Suzanne Selhorn
Jun 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make .npmrc usage more clear
parent
46aeecdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
doc/user/packages/npm_registry/index.md
doc/user/packages/npm_registry/index.md
+3
-1
No files found.
doc/user/packages/npm_registry/index.md
View file @
98777890
...
@@ -306,10 +306,12 @@ stages:
...
@@ -306,10 +306,12 @@ stages:
deploy
:
deploy
:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
echo '//gitlab.com/api/v4/projects/
<your_project_id>
/packages/npm/:_authToken=${CI_JOB_TOKEN}'>.npmrc
-
echo '//gitlab.com/api/v4/projects/
${CI_PROJECT_ID}
/packages/npm/:_authToken=${CI_JOB_TOKEN}'>.npmrc
-
npm publish
-
npm publish
```
```
Learn more about
[
using `CI_JOB_TOKEN` to authenticate to the GitLab NPM registry
](
#authenticating-with-a-ci-job-token
)
.
## Troubleshooting
## Troubleshooting
### Error running yarn with NPM registry
### Error running yarn with NPM registry
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment