Skip to content

Commit 3ce43e2

Browse files
committed
npm 배포를 위한 .npmrc 추가
1 parent a342fd8 commit 3ce43e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
2+
registry=https://registry.npmjs.org/
3+
always-auth=true

0 commit comments

Comments
 (0)