We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48238a1 commit cc93a32Copy full SHA for cc93a32
composer.json
@@ -156,7 +156,7 @@
156
"mark-start": "printf '\\n!\\n!\\t\\033[0;36m%s\\033[0m\\n!\\n\\n' \"Started\"",
157
"md-fix": "@md-lint --fix",
158
"md-lint": "lint-md --config .lintmdrc ./*.md ./.github/ ./docs/",
159
- "pest": "@php ./vendor/bin/pest --parallel -v",
+ "pest": "@php ./vendor/bin/pest -v",
160
"pest-coverage": "@pest --coverage-html=./build/phpunit/ --coverage-clover=./clover.xml --coverage",
161
"phpstan": "@php ./vendor/bin/phpstan analyse --ansi -v",
162
"phpstan-baseline": "@phpstan --generate-baseline --allow-empty-baseline",
0 commit comments