fix lint composer command

This commit is contained in:
Fabio Ivona
2022-09-19 08:48:30 +02:00
parent bac941715a
commit df8a64b017

View File

@ -66,7 +66,7 @@
"bin/pest"
],
"scripts": {
"lint": "pint --test",
"lint": "pint",
"test:lint": "pint --test",
"test:types": "phpstan analyse --ansi --memory-limit=-1 --debug",
"test:unit": "php bin/pest --colors=always --exclude-group=integration --compact",