Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions common/config/rush/.npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@
#
# //registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}
#

# Explicitly specify the NPM registry that "rush install" and "rush update" will use by default:
registry=https://registry.npmjs.org/

# Optionally provide an authentication token for the above registry URL (if it is a private registry):
# //registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}

# Change this to "true" if your registry requires authentication for read-only operations:
always-auth=false
# This seemed to interfere with authentication for publishing:
# always-auth=false
6 changes: 2 additions & 4 deletions common/config/rush/.npmrc-publish
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
# //registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}
#

# Explicitly specify the NPM registry that "rush publish" will use by default:
registry=https://registry.npmjs.org/

# Provide an authentication token for the above registry URL:
# //registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}
always-auth=true
//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}