From 61f13d2132bcdc97a7347629c5b175b9e0ca3121 Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Wed, 5 Mar 2025 21:05:40 +0100 Subject: [PATCH] =?UTF-8?q?Validace=20TypeScript=20typ=C5=AF=20p=C5=99i=20?= =?UTF-8?q?sestaven=C3=AD=20klienta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index c541fa5..b1a44f2 100644 --- a/client/package.json +++ b/client/package.json @@ -35,7 +35,7 @@ }, "scripts": { "start": "yarn vite", - "build": "yarn vite build" + "build": "tsc --noEmit && yarn vite build" }, "eslintConfig": { "extends": [ @@ -58,4 +58,4 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "prettier": "^3.2.5" } -} +} \ No newline at end of file