From aba371aea8ae4f5df561e776e31e6b2a481ce05f Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Thu, 13 Oct 2022 04:46:24 +0200 Subject: [PATCH] chore: add start script [TS] (#17) --- 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 0e02168b..da563145 100644 --- a/templates/typescript/package.json +++ b/templates/typescript/package.json @@ -5,7 +5,8 @@ "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "tsc" + "build": "tsc", + "start": "tsc && node ./dist/index.js" }, "keywords": [ "typescript",