14 lines
313 B
Markdown
Raw Normal View History

# bun pm trust
> Mark dependencies as trusted.
> See also: `bun pm untrusted`.
> More information: <https://bun.com/docs/pm/cli/pm#trust>.
- Trust a specific dependency and add it to `trustedDependencies`:
`bun pm trust {{dependency_name}}`
- Trust all currently untrusted dependencies:
`bun pm trust --all`