From ba7aa0664a3183b7b3a4ac7dfd4f787f3a664622 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Thu, 2 Jul 2026 10:23:22 +0300 Subject: [PATCH] fix: default NODE_AUTH_TOKEN to empty so install works without it --- .yarnrc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index 5c524fe..f1aca8f 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -4,4 +4,4 @@ npmScopes: ilia: npmPublishRegistry: "https://git.allmy.work/api/packages/ilia/npm/" npmAlwaysAuth: true - npmAuthToken: "${NODE_AUTH_TOKEN}" \ No newline at end of file + npmAuthToken: "${NODE_AUTH_TOKEN:-}" \ No newline at end of file