From 624b001ecd8fcf4bef4078751e6448fca57f1136 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Thu, 29 Jun 2023 12:32:33 +0530 Subject: [PATCH] ci: define typeCheck script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fea8316..08affc2 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "test": "c8 npm run quick:test", "prepublishOnly": "npm run build", "clean": "del-cli build", + "typecheck": "tsc --noEmit", "compile": "npm run lint && npm run clean && tsc", "benchmark": "npm run compile && node build/benchmarks/index.js", "build": "npm run compile",