From 473a278482febcf21e048424c7c622ff33a3da15 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 30 Sep 2022 15:58:50 +0200 Subject: [PATCH] Update package.json --- 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 0e02168..da56314 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",