From d83d3ae72253d7d13e63f0c39a525c61a93f950d Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sun, 14 Sep 2025 17:33:43 +0300 Subject: [PATCH] Update `composer.json` scripts: add `read` command and improve `test` script configuration --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" } }