From 0508bada23e5d36b0a49248b320a55695f95152e Mon Sep 17 00:00:00 2001 From: Danielo Rodriguez Date: Wed, 11 Oct 2023 10:45:38 +0200 Subject: [PATCH] chore: check command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5270e4cc..1c082b90 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "dev": "node esbuild.config.mjs", "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", + "check": "tsc --noEmit", "version": "node version-bump.mjs && git add manifest.json versions.json" }, "keywords": [],