Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,16 @@
"scripts": {
"build:dev": [
"composer install",
"@artisan:build",
"@php artisan migrate:fresh --seed",
"@assets:build"
],
"build:prod": [
"composer install --no-interaction --prefer-dist --optimize-autoloader",
"@artisan:build",
"@php artisan horizon:terminate",
"@php artisan queue:restart",
"@php artisan migrate --force",
"@php artisan optimize:clear",
"@php artisan optimize",
"@assets:build"
],
"build:test": [
Expand All @@ -74,11 +76,6 @@
"test:mutations": [
"XDEBUG_MODE=coverage ./vendor/bin/pest --mutate"
],
"artisan:build": [
"@php artisan horizon:terminate",
"@php artisan cache:clear",
"@php artisan queue:restart"
],
"assets:build": [
"bun install",
"bun run build"
Expand Down