Skip to content

Commit 9485bbc

Browse files
Merge pull request #136
Update `composer.json` scripts: add `read` command and improve `test` script configuration
2 parents 53f2f14 + d83d3ae commit 9485bbc

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
@@ -80,8 +80,7 @@
8080
"sort-packages": true
8181
},
8282
"scripts": {
83-
"test": [
84-
"@php vendor/bin/pest --compact"
85-
]
83+
"read": "@php ./notifications read -nm --ansi",
84+
"test": "@php ./vendor/bin/pest --compact --colors=always"
8685
}
8786
}

0 commit comments

Comments
 (0)