updating package.json heroku scripts

This commit is contained in:
John Facey
2021-12-10 01:00:58 -06:00
parent 7202659432
commit 164fdea08a

View File

@@ -11,7 +11,11 @@
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "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", "author": "John Facey",
"license": "ISC" "license": "ISC"