Skip to content

Commit 7e160e0

Browse files
authored
Add composer run test command (#98)
This prevents the application from running tests with cached config.
1 parent c7d21f5 commit 7e160e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
"npm run build:ssr",
6161
"Composer\\Config::disableProcessTimeout",
6262
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"php artisan inertia:start-ssr\" --names=server,queue,logs,ssr"
63+
],
64+
"test": [
65+
"@php artisan config:clear --ansi",
66+
"@php artisan test"
6367
]
6468
},
6569
"extra": {

0 commit comments

Comments
 (0)