From cefa856eec1236a237483cd45f9b216cae2ad9c1 Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Sun, 14 Jun 2020 18:55:55 +0530 Subject: [PATCH] Update scriptNames --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 48a7757..6d6c904 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,9 @@ "description": "Bot", "main": "out/index.js", "scripts": { - "start": "tsc && node out", - "test": "tsc && node --inspect-brk out", + "test": "tsc && node out", + "start":"node out", + "dev": "tsc && node --inspect-brk out", "postinstall": "tsc" }, "repository": {