More procfile changes for heroku

This commit is contained in:
Nicholas Clarke 2021-07-18 22:21:29 -07:00
parent a49e86a8c5
commit 192dc07b8f
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1,2 @@
worker: npm start
worker: npm run start
web: npm run noop

View File

@ -4,10 +4,12 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"clean": "rm -rf dist",
"start": "node dist/index.js",
"update-pnl-cache": "node dist/updatePnlCache/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"noop": ""
},
"repository": "https://github.com/nicholasgodfreyclarke/mango-instruction-stats",
"author": "Nicholas Clarke",