Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/stage-1-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ jobs:
npm ci --strict-peer-deps
- name: "Check types with tsc"
run: |
which tsc
tsc --version
tsc --noEmit
npx tsc --noEmit
- name: "Run linting check"
run: |
make test-lint
Expand Down
2 changes: 1 addition & 1 deletion scripts/config/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
hooks:
- id: check-types
name: Check types with tsc
entry: tsc --noEmit
entry: npx tsc --noEmit
language: system
pass_filenames: false
- id: run-prettier
Expand Down
Loading