mirror of
https://github.com/openai/codex.git
synced 2026-02-01 14:44:17 +00:00
On the back of: https://github.com/openai/codex/pull/10138 Let's ensure that every folder with a `package.json` is listed in `pnpm-workspace.yaml` (not sure why `docs` was in there...) and that we are using `pnpm` over `npm` consistently (which is why this PR deletes `codex-cli/package-lock.json`).
13 lines
190 B
YAML
13 lines
190 B
YAML
packages:
|
|
- codex-cli
|
|
- codex-rs/responses-api-proxy/npm
|
|
- sdk/typescript
|
|
- shell-tool-mcp
|
|
|
|
ignoredBuiltDependencies:
|
|
- esbuild
|
|
|
|
minimumReleaseAge: 10080
|
|
|
|
blockExoticSubdeps: true
|