From 8c535c30f445b7779ab464408f9778ea424a66d2 Mon Sep 17 00:00:00 2001 From: Sergey Bobrov Date: Wed, 29 May 2024 09:23:50 -0500 Subject: [PATCH] placeholder yarnrc --- web/.yarnrc.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 web/.yarnrc.yml diff --git a/web/.yarnrc.yml b/web/.yarnrc.yml new file mode 100644 index 000000000..5e6580a4c --- /dev/null +++ b/web/.yarnrc.yml @@ -0,0 +1,6 @@ +npmScopes: { + harness: { + npmRegistryServer: https://npm.pkg.github.com, + npmAuthToken: HARNESSTOKEN + }, +} \ No newline at end of file