fix: exclude shadcn files from lefthook svetle-check
Some checks failed
Build / build (pull_request) Failing after 7m11s
Lint / Lint Code (pull_request) Failing after 7m26s
Test / Svelte Checks (pull_request) Failing after 7m23s

This commit is contained in:
Ilia Mashkov
2026-01-05 09:34:01 +03:00
parent 9cf91e0992
commit 4705e40f92
2 changed files with 2 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ pre-push:
run: yarn tsc --noEmit
svelte-check:
run: yarn svelte-check --threshold warning
run: yarn check:shadcn-excluded --threshold warning
format-check:
glob: "*.{ts,js,svelte,json,md}"