fix package.json

This commit is contained in:
2021-07-24 21:18:31 +08:00
parent 8a92cfc7d7
commit 5bac90d1a0

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "build/index.js",
"start": "node build/index.js",
"build": "tsc"
},
"keywords": [],