From cb077a84abea9f1428f8fe35e705bfeecfcc9989 Mon Sep 17 00:00:00 2001 From: destruc7i0n Date: Fri, 24 Dec 2021 18:00:51 -0500 Subject: added github build workflow --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 6b42050..c70b838 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "node build/index.js", "build": "tsc", - "test": "standard" + "type-check": "tsc --noEmit" }, "repository": { "type": "git", -- cgit 1.4.1