Merge pull request #581 from fabio-ivona/fix-lint-composer-command

[2.x] Fix lint composer command
This commit is contained in:
Nuno Maduro
2022-09-19 09:41:51 +01:00
committed by GitHub

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",