mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
## 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>
13 lines
193 B
YAML
13 lines
193 B
YAML
packages:
|
|
- codex-cli
|
|
- codex-rs/responses-api-proxy/npm
|
|
- sdk/typescript
|
|
|
|
ignoredBuiltDependencies:
|
|
- esbuild
|
|
|
|
minimumReleaseAge: 10080
|
|
|
|
blockExoticSubdeps: true
|
|
strictDepBuilds: true
|