Skip to content

Commit 8983069

Browse files
authored
Add composer run test command (#81)
This prevents the application from running tests with cached config.
1 parent 9e0a4e2 commit 8983069

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
"dev": [
5656
"Composer\\Config::disableProcessTimeout",
5757
"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"
58+
],
59+
"test": [
60+
"@php artisan config:clear --ansi",
61+
"@php artisan test"
5862
]
5963
},
6064
"extra": {

0 commit comments

Comments
 (0)