From b38d8cb61c14b5ebc65536fea43f4fe7317122f9 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Wed, 18 Jan 2023 00:45:48 -0300 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=94=84=20update=20npmrc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index ef4ad76..425bdff 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,4 @@ +//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN} registry=https://registry.npmjs.org/ -@lucas-labs:registry=https://npm.pkg.github.com \ No newline at end of file +@lucas-labs:registry=https://npm.pkg.github.com +always-auth=true