Skip to content

Commit

Permalink
Updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Dec 2, 2021
1 parent 76610a1 commit 4dafa3b
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 @@ -43,7 +43,7 @@
"scripts": {
"lint": "vendor/bin/phpcbf",
"test:unit": "vendor/bin/pest -p",
"test:coverage": "vendor/bin/pest -p coverage",
"test:coverage": "vendor/bin/pest -p --coverage",
"test:types": "vendor/bin/phpstan analyse",
"test:style": "vendor/bin/phpcs -n",
"test": [
Expand Down

0 comments on commit 4dafa3b

Please sign in to comment.