From 86bb8a340df111a1b085acf66006af92b7305833 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 3 Sep 2025 12:18:12 +0200 Subject: [PATCH] fix: add typechecking to build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d453a9..5212a62 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dev": "tsup --watch --onSuccess \"node dist/server.js\"", "lint": "eslint .", "lint:fix": "eslint . --fix", - "build": "npm run lint && tsup", + "build": "tsup && tsc --noEmit", "start": "node --enable-source-maps dist/server.js" }, "keywords": [],