From 6cdaa0bd66e0a98b8ad78a9260402140fdde9e89 Mon Sep 17 00:00:00 2001 From: Zachary Trabookis Date: Fri, 28 Oct 2022 15:41:19 -0400 Subject: [PATCH] build(config): Fix issue with authentication with npmjs for `npm-publish` workflow. --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 000000000..f3b1a9fcb --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}