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": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "ts-node src/index.ts", "start": "node dist/index.js",
"update-pnl-cache": "ts-node src/updatePnlCache/index.ts", "build": "tsc",
"update-pnl-cache": "node dist/updatePnlCache/index.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": "https://github.com/nicholasgodfreyclarke/mango-instruction-stats", "repository": "https://github.com/nicholasgodfreyclarke/mango-instruction-stats",