From ded626d1a51036e31d9024eb8995509c394a6c0d Mon Sep 17 00:00:00 2001 From: Kristian Bremberg Date: Wed, 13 May 2026 13:00:25 +0000 Subject: [PATCH 1/2] Disable lifecycle scripts in package manager configs --- .yarnrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.yarnrc b/.yarnrc index d52997a9..e5a73578 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1 +1,3 @@ --ignore-scripts true + +ignore-scripts true From bac84e923118108c26ee252eb5fd614ab24abd31 Mon Sep 17 00:00:00 2001 From: Esteban Beltran Date: Wed, 13 May 2026 17:19:08 +0200 Subject: [PATCH 2/2] Prefer non --args form of ignore-scripts in .yarnrc --- .yarnrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.yarnrc b/.yarnrc index e5a73578..5455c6c5 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,3 +1 @@ ---ignore-scripts true - ignore-scripts true