From 96cf6867fd93b3108611086d59109e3084cc037c Mon Sep 17 00:00:00 2001 From: Bogdan Savluk Date: Tue, 21 May 2019 23:31:40 +0200 Subject: [PATCH] typecheck npm script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 579cddb2ff..b32e19786f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,8 @@ "pretest": "npm run build", "posttest": "agadoo src/internal/index.js", "prepublishOnly": "export PUBLISH=true && npm run lint && npm test", - "tsd": "tsc -d src/store.ts --outDir ." + "tsd": "tsc -d src/store.ts --outDir .", + "typecheck": "tsc --noEmit" }, "repository": { "type": "git",