From 743ca7ad2dffbee8d0c11d499e221797ad85aa7b Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 2 Feb 2025 22:42:42 +0100 Subject: [PATCH] Env: Update check command --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } ]; };