Commit 6b6e235d by Jonathan Reinink

Remove horizon from compile script

1 parent b6e9aa39
Showing with 0 additions and 1 deletions
...@@ -46,7 +46,6 @@ ...@@ -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": [
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!