Skip to content

Commit

Permalink
feat(npm): add npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mdy-m committed Aug 23, 2024
1 parent 5055979 commit ded9db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/node_modules
.npmrc
/node_modules
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 ded9db7

Please sign in to comment.