From f1ce8ea26e30ec6d673fe79430407c7cad8daff1 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Thu, 2 Jul 2026 10:08:27 +0300 Subject: [PATCH] chore: add registry settings --- .yarnrc.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.yarnrc.yml b/.yarnrc.yml index 3186f3f..5c524fe 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1 +1,7 @@ nodeLinker: node-modules + +npmScopes: + ilia: + npmPublishRegistry: "https://git.allmy.work/api/packages/ilia/npm/" + npmAlwaysAuth: true + npmAuthToken: "${NODE_AUTH_TOKEN}" \ No newline at end of file