Skip to content

Commit

Permalink
DOP-3765: Prep npmrc for Gatsby Cloud installations (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayangler committed Jun 22, 2023
1 parent 98e2e52 commit 55dc23c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
registry=https://artifactory.corp.mongodb.com/artifactory/api/npm/npm/
@mdb:registry=https://artifactory.corp.mongodb.com/artifactory/api/npm/npm/
//artifactory.corp.mongodb.com/artifactory/api/npm/npm/:_auth=${NPM_BASE_64_AUTH}
_email=${NPM_EMAIL}
_always-auth=true
# Ensures npm doesn't throw error about conflicting versions of React for LG components
legacy-peer-deps=true

0 comments on commit 55dc23c

Please sign in to comment.