From 5c25af3684740845c3821ae1a91cc6c12162a0a5 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Tue, 30 Dec 2025 11:15:32 +0300 Subject: [PATCH] fix(setup): Fix lefthook config --- lefthook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lefthook.yml b/lefthook.yml index 6ab6d40..4f98201 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -14,10 +14,10 @@ pre-push: parallel: true commands: type-check: - run: tsc --noEmit + run: yarn tsc --noEmit svelte-check: - run: svelte-check --threshold warning + run: yarn svelte-check --threshold warning format-check: run: yarn dprint check