From c16548f3781a093d3981e61768ced1b109e19d71 Mon Sep 17 00:00:00 2001 From: Luminessa Starlight Date: Mon, 8 Sep 2025 15:01:52 -0400 Subject: [PATCH] Chore: disable npm package install scripts (#110559) * disable npm package install scripts * allow cypress to run postinstall (needed to install the binary) * add msw to allowlist of postinstall scripts * update lockfile * remove now-redundant nx postinstall disable --- .yarnrc.yml | 2 ++ package.json | 7 +++++-- yarn.lock | 6 ++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index 97527ed068c..6ecce7ab75c 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -26,3 +26,5 @@ plugins: spec: "https://raw.githubusercontent.com/mhassan1/yarn-plugin-licenses/v0.15.0/bundles/@yarnpkg/plugin-licenses.js" yarnPath: .yarn/releases/yarn-4.9.2.cjs + +enableScripts: false diff --git a/package.json b/package.json index 02619d72eb4..99dffcd8d14 100644 --- a/package.json +++ b/package.json @@ -460,8 +460,11 @@ }, "packageManager": "yarn@4.9.2", "dependenciesMeta": { - "nx": { - "built": false + "cypress": { + "built": true + }, + "msw": { + "built": true }, "prettier@3.6.2": { "unplugged": true diff --git a/yarn.lock b/yarn.lock index e284a087ef4..6910c46af06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18434,8 +18434,10 @@ __metadata: yargs: "npm:^18.0.0" zod: "npm:^4.0.0" dependenciesMeta: - nx: - built: false + cypress: + built: true + msw: + built: true prettier@3.6.2: unplugged: true languageName: unknown