Env: Update check command

This commit is contained in:
2025-02-02 22:42:42 +01:00
parent 2a87228654
commit 743ca7ad2d

View File

@ -142,7 +142,7 @@
{
name = "check";
help = "Continuously monitor for SvelteKit issues";
command = "svelte-check --watch";
command = "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch";
}
];
};