From b441b10493a60e1b0b79fdcf5f4494f5e8f35f92 Mon Sep 17 00:00:00 2001 From: Atul Varma Date: Sat, 13 Feb 2021 19:27:25 -0500 Subject: [PATCH] Add typecheck script. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 22ee9e2..2d81519 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "index.js", "scripts": { "deploy": "npm run build && gh-pages -d dist", + "typecheck": "tsc --noemit", "build": "node build-vocabulary.js && rm -rf dist && parcel build index.html -d dist --public-url .", "watch": "node build-vocabulary.js && parcel index.html -d dist-watch" },