Skip to content

Commit 5efd89d

Browse files
committed
chore: remove typechecking from pre-commit
1 parent 7ffb340 commit 5efd89d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lefthook.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ pre-commit:
99
files: git diff --name-only @{push}
1010
glob: "*.{js,ts,jsx,tsx}"
1111
run: yarn run biome format {staged_files} --write && git add {staged_files}
12-
types:
13-
files: git diff --name-only @{push}
14-
glob: "*.{js,ts,jsx, tsx}"
15-
run: npx tsc --noEmit
1612
commit-msg:
1713
parallel: true
1814
commands:

0 commit comments

Comments
 (0)