Open o-az opened 4 months ago
We need to add TypeScript type checking and SvelteKit check to CI for the app.
TS type checking:
tsc --project tsconfig.json --noEmit
SvelteKit check:
svelte-kit sync && svelte-check --tsconfig ./tsconfig.json
Since both commands require npm deps to be installed we can run them after the app build command.
cc @PoisonPhang
Good idea as long as it is a nix check
added in #2363
We need to add TypeScript type checking and SvelteKit check to CI for the app.
TS type checking:
SvelteKit check:
Since both commands require npm deps to be installed we can run them after the app build command.
cc @PoisonPhang