Make sure Laravel language files are included in the release
This commit is contained in:
parent
39fd4614e5
commit
0d4caa7110
|
@ -54,6 +54,8 @@ jobs:
|
|||
|
||||
composer update --no-scripts
|
||||
|
||||
php artisan lang:update
|
||||
|
||||
php artisan migrate
|
||||
php artisan db:seed
|
||||
php artisan db:seed --class="PageSeeder"
|
||||
|
|
Loading…
Reference in New Issue