From fffcd1ff8a46d48ee84d4c728eb8582acd64101f Mon Sep 17 00:00:00 2001 From: Nicholas Clarke Date: Sun, 18 Jul 2021 17:36:44 -0700 Subject: [PATCH] package.json changes for heroku --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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",