Skip to content

Commit

Permalink
Update composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
guanguans committed Jun 4, 2023
1 parent 48238a1 commit cc93a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"mark-start": "printf '\\n!\\n!\\t\\033[0;36m%s\\033[0m\\n!\\n\\n' \"Started\"",
"md-fix": "@md-lint --fix",
"md-lint": "lint-md --config .lintmdrc ./*.md ./.github/ ./docs/",
"pest": "@php ./vendor/bin/pest --parallel -v",
"pest": "@php ./vendor/bin/pest -v",
"pest-coverage": "@pest --coverage-html=./build/phpunit/ --coverage-clover=./clover.xml --coverage",
"phpstan": "@php ./vendor/bin/phpstan analyse --ansi -v",
"phpstan-baseline": "@phpstan --generate-baseline --allow-empty-baseline",
Expand Down

0 comments on commit cc93a32

Please sign in to comment.