diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8905798..1acd143d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -86,12 +86,11 @@ repos: pass_filenames: false stages: [manual] # Only runs when explicitly called - id: frontend-type-check - name: Frontend TypeScript Check (Manual) + name: Frontend TypeScript Check entry: bash -c 'cd frontend && npm run type-check' language: system files: '^frontend/.*\.(ts|tsx)$' pass_filenames: false - stages: [manual] # Only runs when explicitly called - id: frontend-lint name: Frontend Lint (Fix) entry: bash -c 'cd frontend && npm run lint -- --fix'