Skip to content

Commit

Permalink
Merge pull request #5 from simplybusiness/lesleh-patch-1
Browse files Browse the repository at this point in the history
Add authToken for npm support
  • Loading branch information
lesleh authored May 3, 2023
2 parents 05bf86f + 0be446e commit 8511e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const makeNpmrc = (registry, scope, token) => `
@${scope}:registry=${registry}
always-auth=true
${registry}:_auth=${token}
${registry}:_authToken=${token}
`;

try {
Expand Down

0 comments on commit 8511e8a

Please sign in to comment.