Commit 143d6700 by Jonathan Reinink

Add Heroku compile script back

1 parent 38861f00
Showing with 4 additions and 0 deletions
......@@ -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"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!