mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
## Description In a recent commit, the command `"cd codex-cli && pnpm run typecheck"` was updated to `"pnpm --filter @openai/codex run typecheck"`. However, this change introduces an issue: when running `pnpm --filter @openai/codex run typecheck`, it executes `tsc --noEmit somefile.ts` directly, bypassing the `tsconfig.json` configuration. As a result, numerous type errors are triggered, preventing successful commits. Close: #619
1.4 KiB
1.4 KiB