Create start script

This commit is contained in:
khai96_ 2020-05-08 11:56:50 +07:00
parent 2727bd3c72
commit 29bf1b752a

View File

@ -1,8 +1,7 @@
{
"private": true,
"scripts": {
"build:typescript": "tsc",
"build:ncc": "ncc build --minify --source-map dist/tsc/index.js --out dist/"
"start": "make dist/index.js && node dist/index.js"
},
"dependencies": {
"download": "^8.0.0",