Skip to content

Commit

Permalink
chore: Add .npmrc file
Browse files Browse the repository at this point in the history
This new .npmrc file contains crucial configuration for npm registry. It's aimed to authenticate npm operations using an environment variable, allowing secure and authenticated npm operations.
  • Loading branch information
juicyjusung committed Jan 31, 2024
1 parent 7585314 commit 36c8915
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
@@ -0,0 +1,3 @@
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
registry=https://registry.npmjs.org/
always-auth=true

0 comments on commit 36c8915

Please sign in to comment.