diff --git a/flake.nix b/flake.nix index 411d2b9..40471da 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; } ]; };