fix(setup): Fix lefthook config

This commit is contained in:
Ilia Mashkov
2025-12-30 11:15:32 +03:00
parent 2727eacb0e
commit 5c25af3684

View File

@@ -14,10 +14,10 @@ pre-push:
parallel: true parallel: true
commands: commands:
type-check: type-check:
run: tsc --noEmit run: yarn tsc --noEmit
svelte-check: svelte-check:
run: svelte-check --threshold warning run: yarn svelte-check --threshold warning
format-check: format-check:
run: yarn dprint check run: yarn dprint check