diff --git a/package.json b/package.json index f0dca08..5bf53c3 100644 --- a/package.json +++ b/package.json @@ -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": [],