Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Oct 12, 2023
1 parent d233730 commit 4455da8
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,16 @@
}
},
"scripts": {
"pest": "@php vendor/bin/pest --order-by random --fail-on-risky --parallel --no-progress",
"pest:coverage": "@php vendor/bin/pest --order-by random --fail-on-risky --coverage --parallel --no-progress",
"pest:debug": "@php vendor/bin/pest --log-events-verbose-text pest.log --display-errors --fail-on-risky --no-progress",
"pest:profile": "@php vendor/bin/pest --profile",
"pest": [
"@putenv XDEBUG_MODE=coverage",
"@php vendor/bin/pest --colors=always --strict-global-state --fail-on-risky --fail-on-warning --coverage --strict-coverage --compact"
],
"pest:fast": [
"@pest --parallel"
],
"pest:ci": [
"@pest:fast --order-by=random --no-progress"
],
"phpcs": "@php vendor/bin/php-cs-fixer fix --dry-run --diff",
"phpcs:fix": "@php vendor/bin/php-cs-fixer fix",
"phpstan": "@php vendor/bin/phpstan analyze",
Expand Down

0 comments on commit 4455da8

Please sign in to comment.