Skip to content

Commit

Permalink
npm 배포를 위한 .npmrc 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
code-yeongyu committed Jan 13, 2022
1 parent a342fd8 commit 3ce43e2
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 3ce43e2

Please sign in to comment.