From 164fdea08a6120829d01a171169579a894150b5a Mon Sep 17 00:00:00 2001 From: John Facey Date: Fri, 10 Dec 2021 01:00:58 -0600 Subject: [PATCH] updating package.json heroku scripts --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c902d9..390fe24 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,11 @@ }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "node index.js" + "start": "node index.js", + "push": "git push heroku main", + "restart": "heroku dyno:restart", + "tail": "heroku logs --tail", + "local": "heroku local web" }, "author": "John Facey", "license": "ISC"