diff --git a/app.json b/app.json index acf6739..2806f17 100644 --- a/app.json +++ b/app.json @@ -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" diff --git a/package.json b/package.json index f86708a..ee1b595 100644 --- a/package.json +++ b/package.json @@ -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": [],