Add Heroku compile script back
This commit is contained in:
parent
38861f0055
commit
143d67008a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue