From 0f624b34a181d8bbdc0b6995b3adaafe18d1cb07 Mon Sep 17 00:00:00 2001 From: Yonas Tewabe Date: Mon, 8 Jun 2026 13:17:29 +0300 Subject: [PATCH] Create .npmrc --- .npmrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 000000000..11a7adb31 --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +@tria-plc:registry=https://npm.pkg.github.com +//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}