From c6677bb279f2710e8b3c9bd3901d4f7ae3e59672 Mon Sep 17 00:00:00 2001 From: Sam Gaus Date: Fri, 22 Nov 2024 09:45:06 +0000 Subject: [PATCH] Pass through npm auth token to yarn --- .yarnrc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.yarnrc.yml b/.yarnrc.yml index 3186f3f..cc1f306 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1 +1,3 @@ nodeLinker: node-modules + +npmAuthToken: "${NODE_AUTH_TOKEN-xxx}" \ No newline at end of file