Added build scripts
This commit is contained in:
+3
-1
@@ -4,7 +4,9 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon ./src/index.ts"
|
||||
"dev": "nodemon ./src/index.ts",
|
||||
"build": "tsc -b",
|
||||
"start": "node ."
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Alexander Harding <AlexHardingYT@gmail.com>",
|
||||
|
||||
Reference in New Issue
Block a user