Add Heroku compile script back
This commit is contained in:
parent
38861f0055
commit
143d67008a
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"compile": [
|
||||||
|
"npm run prod",
|
||||||
|
"@php artisan migrate:fresh --seed"
|
||||||
|
],
|
||||||
"post-autoload-dump": [
|
"post-autoload-dump": [
|
||||||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
||||||
"@php artisan package:discover --ansi"
|
"@php artisan package:discover --ansi"
|
||||||
|
|
Loading…
Add table
Reference in a new issue