mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
chore: update lint-staged config to use pnpm --filter (#582)
Replaced directory-specific commands with workspace-aware pnpm commands
This commit is contained in:
@@ -38,8 +38,8 @@
|
|||||||
"*.md": "prettier --write",
|
"*.md": "prettier --write",
|
||||||
".github/workflows/*.yml": "prettier --write",
|
".github/workflows/*.yml": "prettier --write",
|
||||||
"**/*.{js,ts,tsx}": [
|
"**/*.{js,ts,tsx}": [
|
||||||
"cd codex-cli && pnpm run lint",
|
"pnpm --filter @openai/codex run lint",
|
||||||
"cd codex-cli && pnpm run typecheck"
|
"pnpm --filter @openai/codex run typecheck"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.8.1"
|
"packageManager": "pnpm@10.8.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user