package.json changes for heroku

This commit is contained in:
Nicholas Clarke 2021-07-18 17:36:44 -07:00
parent 77726a6f38
commit fffcd1ff8a
1 changed files with 3 additions and 2 deletions

View File

@ -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",