chore: add start script [TS] (#17)

This commit is contained in:
2022-10-13 04:46:24 +02:00
committed by GitHub
parent c8539f3cd5
commit aba371aea8

View File

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