From 45c0b492ac947fa0fca817a3731e835f542cd79c Mon Sep 17 00:00:00 2001 From: Scott Molinari Date: Tue, 11 Jul 2023 10:41:27 +0200 Subject: [PATCH] fix(rush): update to auto-login to npm --- common/config/rush/.npmrc-publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/rush/.npmrc-publish b/common/config/rush/.npmrc-publish index 7ab44c18..a5c605a9 100755 --- a/common/config/rush/.npmrc-publish +++ b/common/config/rush/.npmrc-publish @@ -16,5 +16,5 @@ # for example if the machine loses power. A safer practice is to pass the token via an # environment variable, which can be referenced from .npmrc using ${} expansion. For example: # -# //registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN} +registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN} #