From 8e0beb5d556419edfd77308a7e9fc348e4d9981d Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 12 Jan 2023 15:30:57 -0300 Subject: [PATCH] arreglar run check --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e5d915..21c5c92 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "build-ts": "./tool build_ts", "build": "./tool build", - "check": "./tool tsc" + "check": "./tool check" }, "keywords": [], "author": "",