fix npm start

This commit is contained in:
Michael Fatemi 2021-04-10 11:39:04 -04:00
parent b980608f86
commit b07ccd7232

View File

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