Updated package.json scripts

This commit is contained in:
George Mandis 2021-11-29 00:22:23 -08:00
parent bebfbef8d6
commit 1872071c77

View file

@ -8,7 +8,8 @@
"dev": "tsc --watch", "dev": "tsc --watch",
"clean": "rm -rf dist", "clean": "rm -rf dist",
"build": "tsc", "build": "tsc",
"start": "node dist/index.js" "bubo": "node dist/index.js",
"build:bubo": "tsc && node dist/index.js"
}, },
"author": { "author": {
"name": "George Mandis", "name": "George Mandis",