fix(setup): Fix lefthook config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user