Skip to content

Commit

Permalink
fix: add npm token authentication
Browse files Browse the repository at this point in the history
Include .npmrc file to authenticate with npm registry.
  • Loading branch information
gentlementlegen committed Oct 11, 2024
1 parent 9a76d37 commit d551da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

0 comments on commit d551da3

Please sign in to comment.