Files
codex/pnpm-workspace.yaml
mcgrew-oai a4d5112b37 build(pnpm): require reviewed dependency build scripts (#17558)
## Description

Enable pnpm's reviewed build-script gate for this repo.

## What changed

- added `strictDepBuilds: true` to `pnpm-workspace.yaml`

## Why

The repo already uses pinned pnpm and frozen installs in CI. This adds
the remaining guard so dependency build scripts do not run unless they
are explicitly reviewed.

## Validation

- ran `pnpm install --frozen-lockfile`

Co-authored-by: Codex <noreply@openai.com>
2026-04-12 16:27:44 -04:00

13 lines
193 B
YAML

packages:
- codex-cli
- codex-rs/responses-api-proxy/npm
- sdk/typescript
ignoredBuiltDependencies:
- esbuild
minimumReleaseAge: 10080
blockExoticSubdeps: true
strictDepBuilds: true