Skip to content

Commit e956289

Browse files
bteazkochan
andauthored
feat: add ignoredBuiltDependencies (#624)
* feat: add ignoredBuiltDependencies * chore: remove blank * Update docs/package_json.md --------- Co-authored-by: Zoltan Kochan <z@kochan.io>
1 parent de1c03e commit e956289

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/package_json.md

+16
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,22 @@ The JSON file itself should contain an array of package names:
511511
]
512512
```
513513

514+
## pnpm.ignoredBuiltDependencies
515+
516+
Added in: v10.1.0
517+
518+
A list of package names that should not be built during installation.
519+
520+
Example:
521+
522+
```json
523+
{
524+
"pnpm": {
525+
"ignoredBuiltDependencies": ["fsevents"]
526+
}
527+
}
528+
```
529+
514530
## pnpm.allowedDeprecatedVersions
515531

516532
This setting allows muting deprecation warnings of specific packages.

0 commit comments

Comments
 (0)