From f9674971a860561801a2de2a1fcbcfbfa5ee3145 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Thu, 15 Aug 2024 15:25:05 +0100 Subject: [PATCH] Run tsc as part of build --- crates/librqbit/webui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/librqbit/webui/package.json b/crates/librqbit/webui/package.json index 5744d14..f137eb6 100644 --- a/crates/librqbit/webui/package.json +++ b/crates/librqbit/webui/package.json @@ -4,7 +4,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "vite build && python3 post-build", + "build": "tsc --noEmit && vite build && python3 post-build", "preview": "vite preview" }, "dependencies": {