From d551da3f55f4f1e09b731a47428f70ee42417cb0 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Fri, 11 Oct 2024 11:20:33 +0900 Subject: [PATCH] fix: add npm token authentication Include .npmrc file to authenticate with npm registry. --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..ae64359 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +//registry.npmjs.org/:_authToken=${NPM_TOKEN}