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