Env: Update check command
This commit is contained in:
@ -142,7 +142,7 @@
|
|||||||
{
|
{
|
||||||
name = "check";
|
name = "check";
|
||||||
help = "Continuously monitor for SvelteKit issues";
|
help = "Continuously monitor for SvelteKit issues";
|
||||||
command = "svelte-check --watch";
|
command = "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user