From 49b16d47e41a16ef4739dcc1e6b97c2dbba28b08 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Wed, 7 Apr 2021 21:45:23 -0700 Subject: [PATCH] Revert "Add demo data in `postdeploy`" --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 2847d23..a7320be 100644 --- a/app.json +++ b/app.json @@ -41,7 +41,7 @@ } }, "scripts": { - "postdeploy": "composer require fakerphp/faker && php artisan migrate --force && php artisan db:seed" + "postdeploy": "php artisan migrate --force && php artisan user:add kcal kcal --name=Admin" }, "success_url": "/" }