Add Heroku compile script back

This commit is contained in:
Jonathan Reinink 2020-07-29 11:37:32 -04:00
parent 38861f0055
commit 143d67008a
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"compile": [
"npm run prod",
"@php artisan migrate:fresh --seed"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"