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",