From d585d014cbb4b21fbaba28a2877d1c3cffa0c0ae Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Mon, 6 May 2024 15:06:03 +0100 Subject: [PATCH] Allow mutable installs for ui tests updates --- ui-tests/.yarnrc.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 ui-tests/.yarnrc.yml diff --git a/ui-tests/.yarnrc.yml b/ui-tests/.yarnrc.yml new file mode 100644 index 0000000..5459921 --- /dev/null +++ b/ui-tests/.yarnrc.yml @@ -0,0 +1 @@ +enableImmutableInstalls: false