Update scriptNames
This commit is contained in:
@@ -4,8 +4,9 @@
|
|||||||
"description": "Bot",
|
"description": "Bot",
|
||||||
"main": "out/index.js",
|
"main": "out/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "tsc && node out",
|
"test": "tsc && node out",
|
||||||
"test": "tsc && node --inspect-brk out",
|
"start":"node out",
|
||||||
|
"dev": "tsc && node --inspect-brk out",
|
||||||
"postinstall": "tsc"
|
"postinstall": "tsc"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Reference in New Issue
Block a user