Skip to content

Commit d83d3ae

Browse files
Update composer.json scripts: add read command and improve test script configuration
1 parent 17ade1a commit d83d3ae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@
7979
"sort-packages": true
8080
},
8181
"scripts": {
82-
"test": [
83-
"@php vendor/bin/pest --compact"
84-
]
82+
"read": "@php ./notifications read -nm --ansi",
83+
"test": "@php ./vendor/bin/pest --compact --colors=always"
8584
}
8685
}

0 commit comments

Comments
 (0)