From eb2ba5007aae57a1a322a17e59d633803f10fa60 Mon Sep 17 00:00:00 2001 From: calebboyd Date: Mon, 27 Sep 2021 12:59:55 -0500 Subject: [PATCH] build: typecheck tasks --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b62ad2d..7366e8f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint": "tslint \"{src,plugins,tasks}/**/*.ts\" --fix", "prepare": "npm run lint && npm run build && npm test", "prebuild": "rimraf lib", - "build": "tsc --declaration", + "build": "tsc --declaration && tsc tasks/*.ts --noEmit --skipLibCheck", "postbuild": "ts-node tasks/post-build" }, "repository": {