Revert "Add demo data in `postdeploy`"

This commit is contained in:
Christopher C. Wells 2021-04-07 21:45:23 -07:00
parent bed872cd9f
commit 49b16d47e4
1 changed files with 1 additions and 1 deletions

View File

@ -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": "/"
}