diff --git a/composer.json b/composer.json index a80a24e..7cd3848 100644 --- a/composer.json +++ b/composer.json @@ -79,8 +79,7 @@ "sort-packages": true }, "scripts": { - "test": [ - "@php vendor/bin/pest --compact" - ] + "read": "@php ./notifications read -nm --ansi", + "test": "@php ./vendor/bin/pest --compact --colors=always" } }