Skip to content

Commit fd16739

Browse files
authored
Update composer.json (#91)
1 parent 996f072 commit fd16739

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,16 @@
4646
"scripts": {
4747
"build:dev": [
4848
"composer install",
49-
"@artisan:build",
5049
"@php artisan migrate:fresh --seed",
5150
"@assets:build"
5251
],
5352
"build:prod": [
5453
"composer install --no-interaction --prefer-dist --optimize-autoloader",
55-
"@artisan:build",
54+
"@php artisan horizon:terminate",
55+
"@php artisan queue:restart",
5656
"@php artisan migrate --force",
57+
"@php artisan optimize:clear",
58+
"@php artisan optimize",
5759
"@assets:build"
5860
],
5961
"build:test": [
@@ -74,11 +76,6 @@
7476
"test:mutations": [
7577
"XDEBUG_MODE=coverage ./vendor/bin/pest --mutate"
7678
],
77-
"artisan:build": [
78-
"@php artisan horizon:terminate",
79-
"@php artisan cache:clear",
80-
"@php artisan queue:restart"
81-
],
8279
"assets:build": [
8380
"bun install",
8481
"bun run build"

0 commit comments

Comments
 (0)