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": [],