chore: update lint-staged config to use pnpm --filter (#582)
Replaced directory-specific commands with workspace-aware pnpm commands
This commit is contained in:
parent
622323a59b
commit
006992b85a
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@
|
|||
"*.md": "prettier --write",
|
||||
".github/workflows/*.yml": "prettier --write",
|
||||
"**/*.{js,ts,tsx}": [
|
||||
"cd codex-cli && pnpm run lint",
|
||||
"cd codex-cli && pnpm run typecheck"
|
||||
"pnpm --filter @openai/codex run lint",
|
||||
"pnpm --filter @openai/codex run typecheck"
|
||||
]
|
||||
},
|
||||
"packageManager": "pnpm@10.8.1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue