From 509ea96dbd88aff17dcedd266c3b79869adfdc12 Mon Sep 17 00:00:00 2001 From: Liliia Pelypenko Date: Wed, 14 Oct 2020 13:34:06 +0900 Subject: [PATCH] Change registry --- .npmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index 5f0fc3f..4ea8baa 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,3 @@ -//registry.npmjs.org/:_authToken=${NPM_TOKEN} -registry=https://registry.npmjs.org/ +//npm.pkg.github.com/:_authToken=${NPM_TOKEN} +registry=https://npm.pkg.github.com/ always-auth=true