Skip to content

Commit 3a7d5be

Browse files
authored
Add dangerouslyAllowAllBuilds in pnpm-workspace.yaml (SchemaStore#4665)
Co-authored-by: btea <[email protected]>
1 parent bb14a18 commit 3a7d5be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/schemas/json/pnpm-workspace.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
"type": "string"
155155
}
156156
},
157+
"dangerouslyAllowAllBuilds": {
158+
"description": "If set to true, all build scripts (e.g. preinstall, install, postinstall) from dependencies will run automatically, without requiring approval.",
159+
"type": "boolean"
160+
},
157161
"onlyBuiltDependenciesFile": {
158162
"description": "Specifies a JSON file that lists the only packages permitted to run installation scripts during the pnpm install process.",
159163
"type": "string"

0 commit comments

Comments
 (0)