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", "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": {