From c8539f3cd5cd249217defc00b8577e5924f16501 Mon Sep 17 00:00:00 2001 From: Evo <85353424+EvolutionX-10@users.noreply.github.com> Date: Thu, 18 Aug 2022 23:14:17 +0530 Subject: [PATCH] chore: add build script for TS template (#15) --- templates/typescript/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/typescript/package.json b/templates/typescript/package.json index 31b0a7d..0e02168 100644 --- a/templates/typescript/package.json +++ b/templates/typescript/package.json @@ -4,7 +4,8 @@ "description": "", "main": "dist/index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "tsc" }, "keywords": [ "typescript",