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:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user