fix lint composer command

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

View File

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