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
This commit is contained in:
Luminessa Starlight
2025-09-08 15:01:52 -04:00
committed by GitHub
parent 61adae16f2
commit c16548f378
3 changed files with 11 additions and 4 deletions
+2
View File
@@ -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
+5 -2
View File
@@ -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
+4 -2
View File
@@ -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