From c60e9a3c6c0ec452818970218e0665be37ea705f Mon Sep 17 00:00:00 2001 From: Severin Ibarluzea Date: Tue, 14 Nov 2023 09:26:34 -0800 Subject: [PATCH] add typecheck --- doc-snippet-bot/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc-snippet-bot/package.json b/doc-snippet-bot/package.json index 11b651a6..e54494b8 100644 --- a/doc-snippet-bot/package.json +++ b/doc-snippet-bot/package.json @@ -6,7 +6,8 @@ "type": "commonjs", "scripts": { "test": "ava -T 2m", - "cli": "esr ./src/cli.ts" + "cli": "esr ./src/cli.ts", + "typecheck": "tsc --noEmit" }, "keywords": [], "author": "",