Skip to content

Commit 133f438

Browse files
authored
Add allowBuilds to pnpm-workspace.json (SchemaStore#5222)
Co-authored-by: btea <btea@users.noreply.github.com>
1 parent 3502153 commit 133f438

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/schemas/json/pnpm-workspace.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,10 @@
813813
"items": {
814814
"type": "string"
815815
}
816+
},
817+
"allowBuilds": {
818+
"description": "A map of package matchers to explicitly allow (`true`) or disallow (`false`) script execution. This field replaces `onlyBuiltDependencies` and `ignoredBuiltDependencies` (which are also deprecated by this new setting), providing a single source of truth.",
819+
"type": "object"
816820
}
817821
},
818822
"additionalProperties": false

0 commit comments

Comments
 (0)