remove post deploy

This commit is contained in:
Leifer Mendez
2022-01-16 21:01:19 +01:00
parent 8a988dab67
commit 982df6184e
2 changed files with 1 additions and 4 deletions

View File

@@ -12,9 +12,6 @@
],
"addons": [
],
"scripts": {
"postdeploy": "php artisan migrate --force && php artisan db:seed --force"
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-google-chrome"

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"start": "node ./app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],