Remove horizon from compile script

This commit is contained in:
Jonathan Reinink 2019-12-18 13:33:05 -05:00
parent b6e9aa3912
commit 6b6e235d7e
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@
"scripts": { "scripts": {
"compile": [ "compile": [
"npm run prod", "npm run prod",
"@php artisan vendor:publish --provider=\"Laravel\\Horizon\\HorizonServiceProvider\"",
"@php artisan migrate --force" "@php artisan migrate --force"
], ],
"reseed": [ "reseed": [