Skip to content

Commit

Permalink
Add composer test command
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseMcMahon committed Jan 28, 2025
1 parent 994bbab commit 673f388
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
"Composer\\Config::disableProcessTimeout",
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite"
],
"test": [
"@php artisan test --parallel --env=testing"
],
"stan": [
"phpstan analyse --memory-limit=2G --configuration=phpstan.neon"
],
Expand Down

0 comments on commit 673f388

Please sign in to comment.