File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 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" : [
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"
You can’t perform that action at this time.
0 commit comments