From aab6173f05118384fe102ed5481308e48c5781d4 Mon Sep 17 00:00:00 2001 From: StarpTech Date: Fri, 24 Feb 2023 15:21:13 +0100 Subject: [PATCH] fix: tsc command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 063a070..afe10a6 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "start": "wunderctl up --debug", "build": "wunderctl generate --debug", - "check": "tsc --noEmit 123" + "check": "tsc --noEmit" }, "author": "", "license": "ISC",