diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1e92ba74..7e8d4a8f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,6 +50,7 @@ repos: language: system files: '^frontend/.*\.(ts|tsx|js|jsx)$' pass_filenames: false + - id: frontend-test-coverage name: Frontend Test Coverage entry: scripts/frontend-test-coverage.sh