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