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