From 4b347fd8a3a92c49e2cbdbe11765372bc61f028f Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 15 Jun 2022 11:27:18 -0500 Subject: [PATCH] Update build script to use typescript file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77b890d..f1fc4da 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "ncc build index.js --license LICENSE" + "build": "ncc build index.ts --license LICENSE" }, "keywords": [], "author": "",