diff --git a/.lintstagedrc.mjs b/.lintstagedrc.mjs index 3c5b860b3..951bc889c 100644 --- a/.lintstagedrc.mjs +++ b/.lintstagedrc.mjs @@ -7,6 +7,6 @@ export default { 'prettier --write', ], '.cspell/*.txt': ['tsx scripts/fixCSpell.ts'], - '**/*.md': ['pnpm dlx cspell'], + '**/*.md': ['pnpm cspell'], '**/*.jison': ['pnpm -w run lint:jison'], };