From fbc9459b16842c0216634a4339b1fb776e8c1474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Fri, 3 May 2024 00:00:52 +0400 Subject: [PATCH] yarn@3 fixes --- .yarnrc | 5 +++++ .yarnrc.yml | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .yarnrc delete mode 100644 .yarnrc.yml diff --git a/.yarnrc b/.yarnrc new file mode 100644 index 000000000..c40d703cf --- /dev/null +++ b/.yarnrc @@ -0,0 +1,5 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +yarn-path ".yarn/releases/yarn-1.22.22.cjs" \ No newline at end of file diff --git a/.yarnrc.yml b/.yarnrc.yml deleted file mode 100644 index f31d7a265..000000000 --- a/.yarnrc.yml +++ /dev/null @@ -1 +0,0 @@ -nodeLinker: "node-modules" \ No newline at end of file