Update scriptNames

This commit is contained in:
2020-06-14 18:55:55 +05:30
parent 94267102ff
commit cefa856eec

View File

@@ -4,8 +4,9 @@
"description": "Bot",
"main": "out/index.js",
"scripts": {
"start": "tsc && node out",
"test": "tsc && node --inspect-brk out",
"test": "tsc && node out",
"start":"node out",
"dev": "tsc && node --inspect-brk out",
"postinstall": "tsc"
},
"repository": {