mirror of
https://github.com/openai/codex.git
synced 2026-02-01 14:44:17 +00:00
chore: ensure pnpm-workspace.yaml is up-to-date (#10140)
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`).
This commit is contained in:
18
codex-cli/package-lock.json
generated
18
codex-cli/package-lock.json
generated
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"name": "@openai/codex",
|
||||
"version": "0.0.0-dev",
|
||||
"lockfileVersion": 3,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@openai/codex",
|
||||
"version": "0.0.0-dev",
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
"codex": "bin/codex.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
4
pnpm-lock.yaml
generated
4
pnpm-lock.yaml
generated
@@ -17,6 +17,10 @@ importers:
|
||||
specifier: ^3.5.3
|
||||
version: 3.5.3
|
||||
|
||||
codex-cli: {}
|
||||
|
||||
codex-rs/responses-api-proxy/npm: {}
|
||||
|
||||
sdk/typescript:
|
||||
devDependencies:
|
||||
'@modelcontextprotocol/sdk':
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
packages:
|
||||
- docs
|
||||
- codex-cli
|
||||
- codex-rs/responses-api-proxy/npm
|
||||
- sdk/typescript
|
||||
- shell-tool-mcp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user