diff --git a/package.json b/package.json index 217e154..c88f65d 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,9 @@ "description": "", "main": "index.js", "scripts": { - "start": "ts-node src/index.ts", - "update-pnl-cache": "ts-node src/updatePnlCache/index.ts", + "start": "node dist/index.js", + "build": "tsc", + "update-pnl-cache": "node dist/updatePnlCache/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": "https://github.com/nicholasgodfreyclarke/mango-instruction-stats",