From 1872071c775a1eb54f8054e6a4607b84800d7573 Mon Sep 17 00:00:00 2001 From: George Mandis Date: Mon, 29 Nov 2021 00:22:23 -0800 Subject: [PATCH] Updated package.json scripts --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c9878f8..6a0cfbb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "dev": "tsc --watch", "clean": "rm -rf dist", "build": "tsc", - "start": "node dist/index.js" + "bubo": "node dist/index.js", + "build:bubo": "tsc && node dist/index.js" }, "author": { "name": "George Mandis",