Skip to content

Commit

Permalink
Fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
specialtactics committed Jan 28, 2025
1 parent 9e3be28 commit 1d3788b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"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": "./vendor/bin/phpunit --colors=always -v --testdox",
"test": "./vendor/bin/phpunit --colors=always --testdox",
"lint": "./vendor/bin/phpcs",
"docs": [
"@php artisan ide-helper:generate --no-interaction"
Expand Down

0 comments on commit 1d3788b

Please sign in to comment.