chore: update lint-staged config to use pnpm --filter (#582)

Replaced directory-specific commands with workspace-aware pnpm commands
This commit is contained in:
theg1239 2025-04-24 17:03:13 +05:30 committed by GitHub
parent 622323a59b
commit 006992b85a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"